From c5def9b5aa313070f8f19c2f0fb78838a2ed2867 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Tue, 14 Jun 2011 11:51:45 -0700 Subject: HVM-370 Cleanup SET_TSS ioctl --- kvm_x86host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm_x86host.h') diff --git a/kvm_x86host.h b/kvm_x86host.h index e52a618..2f8e83f 100644 --- a/kvm_x86host.h +++ b/kvm_x86host.h @@ -631,7 +631,7 @@ typedef struct kvm_x86_ops { void (*enable_nmi_window)(struct kvm_vcpu *vcpu); void (*enable_irq_window)(struct kvm_vcpu *vcpu); void (*update_cr8_intercept)(struct kvm_vcpu *vcpu, int tpr, int irr); - int (*set_tss_addr)(struct kvm *kvm, caddr_t addr); + int (*set_tss_addr)(struct kvm *kvm, uintptr_t addr); int (*get_tdp_level)(void); uint64_t (*get_mt_mask)(struct kvm_vcpu *vcpu, gfn_t gfn, int is_mmio); int (*get_lpage_level)(void); -- cgit v1.2.3