commit | a15bd354f083f20f257db450488db52ac27df439 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 08 17:17:09 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 19:52:23 2011 +0300 |
tree | 06d382a5fd5a4811c00deeda261eca70975c445e | |
parent | 77e675ad825d1106f973afd353e8af84cd8d3960 [diff] |
KVM: PPC: Add support for explicit HIOR setting 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>