KVM: PPC: Add support for explicit HIOR setting
authorAlexander Graf <agraf@suse.de>
Mon, 8 Aug 2011 15:17:09 +0000 (17:17 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:52:23 +0000 (19:52 +0300)
Until now, we always set HIOR based on the PVR, but this is just wrong.
Instead, we should be setting HIOR explicitly, so user space can decide
what the initial HIOR value is - just like on real hardware.

We keep the old PVR based way around for backwards compatibility, but
once user space uses the SREGS based method, we drop the PVR logic.

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

No differences found