aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r--drivers/kvm/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index e665f5500159..ac358b8d3de8 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -504,6 +504,7 @@ int kvm_setup_pio(struct kvm_vcpu *vcpu, struct kvm_run *run, int in,
504 int size, unsigned long count, int string, int down, 504 int size, unsigned long count, int string, int down,
505 gva_t address, int rep, unsigned port); 505 gva_t address, int rep, unsigned port);
506void kvm_emulate_cpuid(struct kvm_vcpu *vcpu); 506void kvm_emulate_cpuid(struct kvm_vcpu *vcpu);
507int kvm_emulate_halt(struct kvm_vcpu *vcpu);
507int emulate_invlpg(struct kvm_vcpu *vcpu, gva_t address); 508int emulate_invlpg(struct kvm_vcpu *vcpu, gva_t address);
508int emulate_clts(struct kvm_vcpu *vcpu); 509int emulate_clts(struct kvm_vcpu *vcpu);
509int emulator_get_dr(struct x86_emulate_ctxt* ctxt, int dr, 510int emulator_get_dr(struct x86_emulate_ctxt* ctxt, int dr,