diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index d9ce916e98ab..ab9657a6f0ce 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -124,9 +124,6 @@ struct kvm { | |||
124 | struct file *filp; | 124 | struct file *filp; |
125 | struct kvm_io_bus mmio_bus; | 125 | struct kvm_io_bus mmio_bus; |
126 | struct kvm_io_bus pio_bus; | 126 | struct kvm_io_bus pio_bus; |
127 | int round_robin_prev_vcpu; | ||
128 | unsigned int tss_addr; | ||
129 | struct page *apic_access_page; | ||
130 | struct kvm_vm_stat stat; | 127 | struct kvm_vm_stat stat; |
131 | struct kvm_arch arch; | 128 | struct kvm_arch arch; |
132 | }; | 129 | }; |