diff options
author | Avi Kivity <avi@qumranet.com> | 2007-06-05 08:53:05 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-07-16 05:05:46 -0400 |
commit | d3bef15f84f91c73a5515ad4c6a1749f8f63afcf (patch) | |
tree | 3349c121f16a5fe0e1c30d4370573c2a9ed88bb9 /drivers/kvm/kvm.h | |
parent | ef9254df0b3aeba729e26a062803ee7d90437b5e (diff) |
KVM: Move duplicate halt handling code into kvm_main.c
Will soon have a thid user.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 1 |
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); |
506 | void kvm_emulate_cpuid(struct kvm_vcpu *vcpu); | 506 | void kvm_emulate_cpuid(struct kvm_vcpu *vcpu); |
507 | int kvm_emulate_halt(struct kvm_vcpu *vcpu); | ||
507 | int emulate_invlpg(struct kvm_vcpu *vcpu, gva_t address); | 508 | int emulate_invlpg(struct kvm_vcpu *vcpu, gva_t address); |
508 | int emulate_clts(struct kvm_vcpu *vcpu); | 509 | int emulate_clts(struct kvm_vcpu *vcpu); |
509 | int emulator_get_dr(struct x86_emulate_ctxt* ctxt, int dr, | 510 | int emulator_get_dr(struct x86_emulate_ctxt* ctxt, int dr, |