commit | c1158e63dfeb3928e94c768f0a403b3e0e799f70 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jul 20 08:18:27 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Fri Jul 20 20:23:59 2007 +0300 |
tree | 03a30831c27255d82d479b0242017fb2e9c342a5 | |
parent | 35f3f28613bc7263949db23a4c7078e425810c8c [diff] |
KVM: MMU: Fix oopses with SLUB The kvm mmu uses page->private on shadow page tables; so does slub, and an oops result. Fix by allocating regular pages for shadows instead of using slub. Tested-by: S.Çağlar Onur <caglar@pardus.org.tr> Signed-off-by: Avi Kivity <avi@qumranet.com>