summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_emulate.h
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2010-03-18 15:20:05 +0200
committerAvi Kivity <avi@redhat.com>2010-05-17 12:15:57 +0300
commit9c5372445c1ad4fcdb4128957ec89334223b8113 (patch)
tree7b3a8f46941cb1a46da5c9e1764ed078df0fe878 /arch/x86/include/asm/kvm_emulate.h
parent93a152be5af3d651ff0ab5459f5e0f9662b22438 (diff)
downloadop-kernel-dev-9c5372445c1ad4fcdb4128957ec89334223b8113.zip
op-kernel-dev-9c5372445c1ad4fcdb4128957ec89334223b8113.tar.gz
KVM: Provide x86_emulate_ctxt callback to get current cpl
Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@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 0c5caa4..b048fd2 100644
--- a/arch/x86/include/asm/kvm_emulate.h
+++ b/arch/x86/include/asm/kvm_emulate.h
@@ -110,6 +110,7 @@ struct x86_emulate_ops {
struct kvm_vcpu *vcpu);
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);
};
/* Type, address-of, and value of an instruction's operand. */
OpenPOWER on IntegriCloud