commit | 891686188f69d330f7eeeec8e6642ccfb7453106 | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Tue Dec 02 15:51:53 2008 -0600 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:07 2008 +0200 |
tree | 39349d7383b3cf1fe0fda983d8c4f0d86a6dc2bc | |
parent | 4a643be8c9b8d3c1ae8f5ccd377daaa85bd57e0c [diff] |
KVM: ppc: support large host pages KVM on 440 has always been able to handle large guest mappings with 4K host pages -- we must, since the guest kernel uses 256MB mappings. This patch makes KVM work when the host has large pages too (tested with 64K). Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>