[Qemu-devel] [PATCH for-2.10 0/2] Add some missing POWER9 SPRs for migration

David Gibson posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170808060817.2832-1-david@gibson.dropbear.id.au
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/ppc/cpu.h            |  2 ++
target/ppc/translate_init.c | 10 ++++++++++
2 files changed, 12 insertions(+)
[Qemu-devel] [PATCH for-2.10 0/2] Add some missing POWER9 SPRs for migration
Posted by David Gibson 6 years, 7 months ago
This series adds a couple of new POWER9 SPRs: TIDR and PSSCR.

These aren't particularly complete implementations - the registers
aren't all that interesting from a TCG / qemu point of view.  However
having them at least minimally represented means that state is synced
with KVM and migrated, which fixes some bugs.

David Gibson (2):
  target/ppc: Implement TIDR
  target/ppc: Add stub implementation of the PSSCR

 target/ppc/cpu.h            |  2 ++
 target/ppc/translate_init.c | 10 ++++++++++
 2 files changed, 12 insertions(+)

-- 
2.13.4