From 90e0a28f6b7241c7793f2ebd540c349580170446 Mon Sep 17 00:00:00 2001 From: Guillaume Thouvenin Date: Thu, 22 Nov 2007 11:32:09 +0100 Subject: [PATCH] KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2 cmps and scas instructions accept repeat prefixes F3 and F2. So in order to emulate those prefixed instructions we need to be able to know if prefixes are REP/REPE/REPZ or REPNE/REPNZ. Currently kvm doesn't make this distinction. This patch introduces this distinction. Signed-off-by: Guillaume Thouvenin Signed-off-by: Avi Kivity --- Reading git-format-patch failed