commit | fb4616f43148c5b3f3e453a47657572d1bda39ee | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <m.gamal005@gmail.com> | Mon Sep 01 04:52:24 2008 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Wed Oct 15 10:15:25 2008 +0200 |
tree | 875be2a5ef494832a577de867db623c3177ffe27 | |
parent | 20766c083e6ab3c33125f07c7ffe39914c106d98 [diff] |
KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd) This adds the std and cld instructions to the emulator. Encountered while running the BIOS with invalid guest state emulation enabled. Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com> Signed-off-by: Avi Kivity <avi@qumranet.com>