]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: PPC: KVM PV guest stubs
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:47:58 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:51 +0000 (10:50 +0200)
commit73a18109829e7696226a9fd4062d339e7c6ee130
tree8332df8ebbeace42e757ae2965ea6fca25f315b7
parentd17051cb8d223dffd6bb847b0565ef1654f8e0e1
KVM: PPC: KVM PV guest stubs

We will soon start and replace instructions from the text section with
other, paravirtualized versions. To ease the readability of those patches
I split out the generic looping and magic page mapping code out.

This patch still only contains stubs. But at least it loops through the
text section :).

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kernel/kvm.c