Avi Kivity 91269b8f94 KVM: x86 emulator: fix handling for unemulated instructions
If an instruction is present in the decode tables but not in the execution
switch, it will be emulated as a NOP.  An example is IRET (0xcf).

Fix by adding default: labels to the execution switches.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2010-10-24 10:49:47 +02:00
..
2010-09-08 14:50:58 -03:00
2010-08-01 10:47:05 +03:00
2010-03-01 12:36:00 -03:00
2010-08-01 10:47:05 +03:00
2010-05-17 12:17:35 +03:00
2010-08-01 10:47:00 +03:00