Avi Kivity 2b3d2a2060 KVM: Fix vmload and friends misinterpreted as lidt
The AMD SVM instruction family all overload the 0f 01 /3 opcode, further
multiplexing on the three r/m bits.  But the code decided that anything that
isn't a vmmcall must be an lidt (which shares the 0f 01 /3 opcode, for the
case that mod = 3).

Fix by aborting emulation if this isn't a vmmcall.

Signed-off-by: Avi Kivity <avi@redhat.com>
2009-03-24 11:02:51 +02:00
..
2009-03-24 11:02:50 +02:00
2009-01-26 21:19:57 +01:00
2009-03-10 15:55:12 -07:00
2009-03-13 23:08:00 +01:00
2009-03-13 01:33:34 -04:00
2009-03-10 15:55:10 -07:00