diff options
author | Zhang Xiantao <xiantao.zhang@intel.com> | 2007-12-13 21:01:48 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:58:10 -0500 |
commit | f05e70ac03a6614af12194a014b338ec5594cb5c (patch) | |
tree | 1dcaea0f519167ad75c99a2c4e7c46e08050a8fe /drivers/kvm/kvm.h | |
parent | d69fb81f0554fb980e4b1d3db4e44351c2c4a4a2 (diff) |
KVM: Portability: Move mmu-related fields to kvm_arch
This patches moves mmu-related fields 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 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index bf5b85c1f094..65de5e4225f7 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -119,14 +119,6 @@ struct kvm { | |||
119 | int nmemslots; | 119 | int nmemslots; |
120 | struct kvm_memory_slot memslots[KVM_MEMORY_SLOTS + | 120 | struct kvm_memory_slot memslots[KVM_MEMORY_SLOTS + |
121 | KVM_PRIVATE_MEM_SLOTS]; | 121 | KVM_PRIVATE_MEM_SLOTS]; |
122 | /* | ||
123 | * Hash table of struct kvm_mmu_page. | ||
124 | */ | ||
125 | struct list_head active_mmu_pages; | ||
126 | unsigned int n_free_mmu_pages; | ||
127 | unsigned int n_requested_mmu_pages; | ||
128 | unsigned int n_alloc_mmu_pages; | ||
129 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; | ||
130 | struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; | 122 | struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; |
131 | struct list_head vm_list; | 123 | struct list_head vm_list; |
132 | struct file *filp; | 124 | struct file *filp; |