diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-14 11:51:45 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-14 11:51:45 -0700 |
commit | c5def9b5aa313070f8f19c2f0fb78838a2ed2867 (patch) | |
tree | 14866d6a053c6c1b0d4f52185c38311a6ad1758d /kvm_x86host.h | |
parent | 405ba1943a8a3f331b39c8ca59d2f0e9571dd56a (diff) | |
download | illumos-kvm-c5def9b5aa313070f8f19c2f0fb78838a2ed2867.tar.gz |
HVM-370 Cleanup SET_TSS ioctl
Diffstat (limited to 'kvm_x86host.h')
-rw-r--r-- | kvm_x86host.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |