commit | 5a7388c2d2faa2cc70c2d4717c8d7836d55459e0 | [log] [tgz] |
---|---|---|
author | Eric Northup <digitaleric@google.com> | Mon Apr 26 17:00:05 2010 -0700 |
committer | Avi Kivity <avi@redhat.com> | Wed May 19 11:36:22 2010 +0300 |
tree | 3ae800c68c7f66ea340ddcecedd081d0b828011d | |
parent | c4bd09b28907ca17cdb307c32bbcc9882c280feb [diff] |
KVM: MMU: fix hashing for TDP and non-paging modes For TDP mode, avoid creating multiple page table roots for the single guest-to-host physical address map by fixing the inputs used for the shadow page table hash in mmu_alloc_roots(). Signed-off-by: Eric Northup <digitaleric@google.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>