From: Avi Kivity Date: Sun, 11 Sep 2011 08:23:02 +0000 (+0300) Subject: KVM: x86 emulator: disable writeback for TEST X-Git-Tag: v3.2-rc1~119^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa8a168e35650961b9b0d43b9b6fc2279351949;p=pandora-kernel.git KVM: x86 emulator: disable writeback for TEST The TEST instruction doesn't write its destination operand. This could cause problems if an MMIO register was accessed using the TEST instruction. Recently Windows XP was observed to use TEST against the APIC ICR; this can cause spurious IPIs. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed