]> git.baikalelectronics.ru Git - kernel.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)
commit585e73defd9cd39523af05a213658bb391717489
tree8332df8ebbeace42e757ae2965ea6fca25f315b7
parent442f39614204647a8a9d0a2797cd77e8537523c5
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