]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Add host MMU Support
authorAlexander Graf <agraf@suse.de>
Thu, 15 Apr 2010 22:11:33 +0000 (00:11 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:18:15 +0000 (12:18 +0300)
commit6402451e5edb5aeafa82032f8033ae30f1ce3a03
tree071e45586019c3ea87466b88e45ebf19ba78e1e3
parentc6e5269b7a0e5f6ae54e0b569612d63cad8047ac
KVM: PPC: Add host MMU Support

In order to support 32 bit Book3S, we need to add code to enable our
shadow MMU to actually add shadow PTEs. This is the module enabling
that support.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/book3s_32_mmu_host.c [new file with mode: 0644]