commit | e4f8e03956de4b1a1dc4bbbdefa9c973d01ee91f | [log] [tgz] |
---|---|---|
author | Qing He <qing.he@intel.com> | Mon Sep 24 17:22:13 2007 +0800 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:49 2008 +0200 |
tree | 968160b42240396d44c94105b5923d57b73a5d8d | |
parent | a01af5ec5163cdc51c00f6dcb22d7766199377cf [diff] [blame] |
KVM: x86_emulator: no writeback for bt Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c index 6161e3f..0afe660 100644 --- a/drivers/kvm/x86_emulate.c +++ b/drivers/kvm/x86_emulate.c
@@ -1629,6 +1629,7 @@ break; case 0xa3: bt: /* bt */ + c->dst.type = OP_NONE; /* only subword offset */ c->src.val &= (c->dst.bytes << 3) - 1; emulate_2op_SrcV_nobyte("bt", c->src, c->dst, ctxt->eflags);