[Qemu-devel] [PATCH v5 0/4] spapr: implement dispatch and suspend calls

Nicholas Piggin posted 4 patches 4 years, 9 months ago
Test asan passed
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190717053952.13729-1-npiggin@gmail.com
Maintainers: David Gibson <david@gibson.dropbear.id.au>
There is a newer version of this series
hw/ppc/spapr.c                  |  42 +++++++++
hw/ppc/spapr_cpu_core.c         |   4 +-
hw/ppc/spapr_hcall.c            | 147 ++++++++++++++++++++++++++++++--
include/hw/ppc/spapr.h          |   7 ++
include/hw/ppc/spapr_cpu_core.h |   1 +
target/ppc/cpu.h                |   2 +
target/ppc/translate_init.inc.c |  25 ++++++
7 files changed, 222 insertions(+), 6 deletions(-)
[Qemu-devel] [PATCH v5 0/4] spapr: implement dispatch and suspend calls
Posted by Nicholas Piggin 4 years, 9 months ago
Since the last post I tried to account for feedback, fix style, add
comments, fixed a bug or two in migration etc, more testing, and
dropped the rtas ibm,suspend-me patch for now pending some reworking.

Thanks,
Nick

Nicholas Piggin (4):
  spapr: Implement VPA dispatch counter and prod bit on tcg
  spapr: Implement H_PROD
  spapr: Implement H_CONFER
  spapr: Implement H_JOIN

 hw/ppc/spapr.c                  |  42 +++++++++
 hw/ppc/spapr_cpu_core.c         |   4 +-
 hw/ppc/spapr_hcall.c            | 147 ++++++++++++++++++++++++++++++--
 include/hw/ppc/spapr.h          |   7 ++
 include/hw/ppc/spapr_cpu_core.h |   1 +
 target/ppc/cpu.h                |   2 +
 target/ppc/translate_init.inc.c |  25 ++++++
 7 files changed, 222 insertions(+), 6 deletions(-)

-- 
2.20.1