KVM: PPC: Book3S HV: Make the guest hash table size configurable
[pandora-kernel.git] / arch / powerpc / include / asm / kvm_host.h
index d848cdc..dd783be 100644 (file)
@@ -237,6 +237,10 @@ struct kvm_arch {
        unsigned long vrma_slb_v;
        int rma_setup_done;
        int using_mmu_notifiers;
+       u32 hpt_order;
+       atomic_t vcpus_running;
+       unsigned long hpt_npte;
+       unsigned long hpt_mask;
        spinlock_t slot_phys_lock;
        unsigned long *slot_phys[KVM_MEM_SLOTS_NUM];
        int slot_npages[KVM_MEM_SLOTS_NUM];