On Sun, Jul 25, 2010 at 02:51:16PM +0300, Avi Kivity wrote: > 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@xxxxxxxxxx> > --- > arch/x86/kvm/emulate.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html