commit | 0254f0742998dc61fcf68a3488e2d93636031263 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 08 17:21:15 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:24 2011 +0300 |
tree | 5217bf195c44418f0365310f9f29b475a67a3b1e | |
parent | a15bd354f083f20f257db450488db52ac27df439 [diff] |
KVM: PPC: Add PAPR hypercall code for PR mode 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