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)
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>

No differences found