KVM: x86 emulator: emulate LEAVE
authorAvi Kivity <avi@redhat.com>
Thu, 7 Jun 2012 14:49:24 +0000 (17:49 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 9 Jul 2012 11:19:01 +0000 (14:19 +0300)
commitf47cfa3174ad8bd39e56524b36e79c463bf820b1
tree2bfcce8b48dc11d54fd719899fd3d8d8ff3ba3a3
parentb8405c184b4ef3abcebc5cf2211215944d6e2acc
KVM: x86 emulator: emulate LEAVE

Opcode c9; used by some variants of Windows during boot, in big real mode.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c