From c1158e63dfeb3928e94c768f0a403b3e0e799f70 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Fri, 20 Jul 2007 08:18:27 +0300 Subject: [PATCH] KVM: MMU: Fix oopses with SLUB MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Avi Kivity --- Reading git-format-patch failed