KVM: x86 emulator: implement 'push imm' (opcode 0x68)
authorAvi Kivity <avi@qumranet.com>
Thu, 29 May 2008 11:38:38 +0000 (14:38 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:29 +0000 (12:42 +0300)
commit91ed7a0e15c6f6ff57f5cf70feabdba56a999863
tree312ac50ec1ab0ddcf0727fb4af364bd0889f8359
parent19e43636b5af1c8b9cc8406af674835284abab0c
KVM: x86 emulator: implement 'push imm' (opcode 0x68)

Encountered in FC6 boot sequence, now that we don't force ss.rpl = 0 during
the protected mode transition.  Not really necessary, but nice to have.

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