]> www.infradead.org Git - users/dwmw2/linux.git/commit
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>
Thu, 29 May 2008 11:38:38 +0000 (14:38 +0300)
commit877a5cef3d49f6dcf29f9f036ec4928f7d3b8e5b
tree86d554ee27209f596bb5c34ab3da5e553a72cb70
parentfdc3c320b3284c211b899e50b8f7863926499765
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