diff options
Diffstat (limited to 'kvm_x86.c')
-rw-r--r-- | kvm_x86.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2051,10 +2051,6 @@ kvm_vcpu_ioctl_x86_set_vcpu_events(struct kvm_vcpu *vcpu, int kvm_vm_ioctl_set_tss_addr(struct kvm *kvmp, uintptr_t addr) { - /* - * XXX They have some other code here to check the validity of the - * address - */ return (kvm_x86_ops->set_tss_addr(kvmp, addr)); } |