KVM: x86 emulator: disable writeback for TEST
authorAvi Kivity <avi@redhat.com>
Sun, 11 Sep 2011 08:23:02 +0000 (11:23 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:52:40 +0000 (19:52 +0300)
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 <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found