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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index 6d258261891e..2245baeeb022 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -539,9 +539,11 @@ int kvm_set_msr(struct kvm_vcpu *vcpu, u32 msr_index, u64 data);
539 539
540struct x86_emulate_ctxt; 540struct x86_emulate_ctxt;
541 541
542int kvm_setup_pio(struct kvm_vcpu *vcpu, struct kvm_run *run, int in, 542int kvm_emulate_pio (struct kvm_vcpu *vcpu, struct kvm_run *run, int in,
543 int size, unsigned long count, int string, int down, 543 int size, unsigned port);
544 gva_t address, int rep, unsigned port); 544int kvm_emulate_pio_string(struct kvm_vcpu *vcpu, struct kvm_run *run, int in,
545 int size, unsigned long count, int down,
546 gva_t address, int rep, unsigned port);
545void kvm_emulate_cpuid(struct kvm_vcpu *vcpu); 547void kvm_emulate_cpuid(struct kvm_vcpu *vcpu);
546int kvm_emulate_halt(struct kvm_vcpu *vcpu); 548int kvm_emulate_halt(struct kvm_vcpu *vcpu);
547int emulate_invlpg(struct kvm_vcpu *vcpu, gva_t address); 549int emulate_invlpg(struct kvm_vcpu *vcpu, gva_t address);