diff options
author | David Gibson | 2017-08-08 07:09:35 +0200 |
---|---|---|
committer | David Gibson | 2017-08-09 03:46:44 +0200 |
commit | b8af5b2d5f67b0e1b274f8532f42a47bfe46ea3b (patch) | |
tree | 1a6be4a6e649bfd822b25420628ad864eaaa7917 /hw | |
parent | target/ppc: Implement TIDR (diff) | |
download | qemu-b8af5b2d5f67b0e1b274f8532f42a47bfe46ea3b.tar.gz qemu-b8af5b2d5f67b0e1b274f8532f42a47bfe46ea3b.tar.xz qemu-b8af5b2d5f67b0e1b274f8532f42a47bfe46ea3b.zip |
target/ppc: Add stub implementation of the PSSCR
The PSSCR register added in POWER9 controls certain power saving mode
behaviours. Mostly, it's not relevant to TCG, however because qemu
doesn't know about it yet, it doesn't synchronize the state with KVM,
and thus it doesn't get migrated.
To fix that, this adds a minimal stub implementation of the register.
This isn't complete, even to the extent that an implementation is
possible in TCG, just enough to get migration working. We need to
come back later and at least properly filter the various fields in the
register based on privilege level.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions