diff options
author | Zhang Xiantao <xiantao.zhang@intel.com> | 2007-12-13 21:17:34 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:58:10 -0500 |
commit | d7deeeb02cf73fd98cb71a6a0a5dffab9ef79556 (patch) | |
tree | d1f1d1bf5ae822ddf1d91caf484366ebabf11217 /drivers/kvm/kvm.h | |
parent | f05e70ac03a6614af12194a014b338ec5594cb5c (diff) |
KVM: Portability: move vpic and vioapic to kvm_arch
This patches moves two fields vpid and vioapic to kvm_arch
Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
Acked-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 65de5e4225f7..d9ce916e98ab 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -124,8 +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 | struct kvm_pic *vpic; | ||
128 | struct kvm_ioapic *vioapic; | ||
129 | int round_robin_prev_vcpu; | 127 | int round_robin_prev_vcpu; |
130 | unsigned int tss_addr; | 128 | unsigned int tss_addr; |
131 | struct page *apic_access_page; | 129 | struct page *apic_access_page; |