diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2007-10-31 18:24:25 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:53:00 -0500 |
commit | d075206073286dca84768137af0a0bf3d11f0663 (patch) | |
tree | 84d6883c16bba8344203df82c9cd1ee4ba013dfa /drivers/kvm/kvm.h | |
parent | 8776e5194f7bb847906e3561c4dba12ed66ebfb6 (diff) |
KVM: Portability: Move x86 FPU handling to x86.c
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index ef2a6a8328ea..469ca42c2a19 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -633,6 +633,9 @@ long kvm_arch_vm_ioctl(struct file *filp, | |||
633 | unsigned int ioctl, unsigned long arg); | 633 | unsigned int ioctl, unsigned long arg); |
634 | void kvm_arch_destroy_vm(struct kvm *kvm); | 634 | void kvm_arch_destroy_vm(struct kvm *kvm); |
635 | 635 | ||
636 | int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu); | ||
637 | int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu); | ||
638 | |||
636 | __init void kvm_arch_init(void); | 639 | __init void kvm_arch_init(void); |
637 | 640 | ||
638 | static inline void kvm_guest_enter(void) | 641 | static inline void kvm_guest_enter(void) |