commit | 3f9d4f5a5f35e402e91bedf0c15e29cef187a29d | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Dec 20 16:49:00 2016 +1100 |
committer | Paul Mackerras <paulus@ozlabs.org> | Tue Jan 31 21:59:28 2017 +1100 |
tree | 45322e982a3681578a1187415ec1c28dc9341b0c | |
parent | db9a290d9c3c596e5325e2a42133594435e5de46 [diff] |
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure Currently, the powerpc kvm_arch structure contains a number of variables tracking the state of the guest's hashed page table (HPT) in KVM HV. This patch gathers them all together into a single kvm_hpt_info substructure. This makes life more convenient for the upcoming HPT resizing implementation. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>