commit | 91ed7a0e15c6f6ff57f5cf70feabdba56a999863 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 29 14:38:38 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:29 2008 +0300 |
tree | 312ac50ec1ab0ddcf0727fb4af364bd0889f8359 | |
parent | 19e43636b5af1c8b9cc8406af674835284abab0c [diff] |
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>