commit | 73a18109829e7696226a9fd4062d339e7c6ee130 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 14:47:58 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:51 2010 +0200 |
tree | 8332df8ebbeace42e757ae2965ea6fca25f315b7 | |
parent | d17051cb8d223dffd6bb847b0565ef1654f8e0e1 [diff] |
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>