KVM: x86 emulator: Add pusha and popa instructions
authorMohammed Gamal <m.gamal005@gmail.com>
Tue, 1 Sep 2009 13:28:11 +0000 (15:28 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:09 +0000 (09:32 +0200)
commitabcf14b560a4ba62c659e6f5aafc8f9934d8c130
tree8a150ee04c05b09d5429252b5563b2e142d5283d
parent94677e61fdcf4cdae11a1b7c8974d7034ef9bd1b
KVM: x86 emulator: Add pusha and popa instructions

This adds pusha and popa instructions (opcodes 0x60-0x61), this enables booting
MINIX with invalid guest state emulation on.

[marcelo: remove unused variable]

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c