summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_emulate.h
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2010-03-21 13:08:20 +0200
committerAvi Kivity <avi@redhat.com>2010-05-17 12:16:35 +0300
commit482ac18ae293a3a0b1e1eea95c10dcc9ceeb4708 (patch)
tree73e6dde8b669cef33edfd9de2074763b44bb6a1f /arch/x86/include/asm/kvm_emulate.h
parent9749a6c0f0a4f88ae7bad4f65d7da32769e9b2b7 (diff)
downloadop-kernel-dev-482ac18ae293a3a0b1e1eea95c10dcc9ceeb4708.zip
op-kernel-dev-482ac18ae293a3a0b1e1eea95c10dcc9ceeb4708.tar.gz
KVM: x86 emulator: commit rflags as part of registers commit
Make sure that rflags is committed only after successful instruction emulation. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_emulate.h')
-rw-r--r--arch/x86/include/asm/kvm_emulate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h
index b5e12c5..a1319c8 100644
--- a/arch/x86/include/asm/kvm_emulate.h
+++ b/arch/x86/include/asm/kvm_emulate.h
@@ -136,6 +136,7 @@ struct x86_emulate_ops {
ulong (*get_cr)(int cr, struct kvm_vcpu *vcpu);
void (*set_cr)(int cr, ulong val, struct kvm_vcpu *vcpu);
int (*cpl)(struct kvm_vcpu *vcpu);
+ void (*set_rflags)(struct kvm_vcpu *vcpu, unsigned long rflags);
};
/* Type, address-of, and value of an instruction's operand. */
OpenPOWER on IntegriCloud