commit | 94135e813c14bac3f967e6b5aa35b9d617737e68 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Sep 14 21:38:45 2011 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Oct 06 09:48:08 2011 +0200 |
tree | d928774802ab2301ded670656b41f6d8ec4cdcda | |
parent | 9d4e4f8cbc29a4d684268f16542c8e5431530113 [diff] |
KVM: PPC: Use HIOR setting for -M pseries with PR KVM When running with PR KVM, we need to set HIOR directly. Thankfully there is now a new interface to set registers individually so we can just use that and poke HIOR into the guest vcpu's HIOR register. While at it, this also sets SDR1 because -M pseries requires it to run. With this patch, -M pseries works properly with PR KVM. Signed-off-by: Alexander Graf <agraf@suse.de>