KVM: PPC: Add PAPR hypercall code for PR mode
authorAlexander Graf <agraf@suse.de>
Mon, 8 Aug 2011 15:21:15 +0000 (17:21 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:52:24 +0000 (19:52 +0300)
When running a PAPR guest, we need to handle a few hypercalls in kernel space,
most prominently the page table invalidation (to sync the shadows).

So this patch adds handling for a few PAPR hypercalls to PR mode KVM. I tried
to share the code with HV mode, but it ended up being a lot easier this way
around, as the two differ too much in those details.

Signed-off-by: Alexander Graf <agraf@suse.de>
---

v1 -> v2:

  - whitespace fix


No differences found