commit | 07cbc6c185aee2c0479776845988242a040c7c93 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Tue Jul 06 16:54:19 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon Aug 02 06:40:26 2010 +0300 |
tree | b47ff3619fe38985273a51e663a81d41674a9ee0 | |
parent | b16b2b7bb5a78afceb7fe22f2a04476cd70182b7 [diff] |
KVM: x86 emulator: fix cli/sti instruction emulation If IOPL check fail, the cli/sti emulate GP and then we should skip writeback since the default write OP is OP_REG. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>