Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20201214' into staging
ppc patch queue 2020-12-14
Here's my first pull request for qemu-6.0, with a bunch of things
queued over the freeze. Highlights are:
* A bunch of cleanups to hotplug error paths from Greg Kurz
* A number of TCG fixes from new contributor Giuseppe Musacchio
* Added Greg Kurz as co-maintainer
* Assorted other bugfixes and cleanups
This supersedes ppc-for-6.0-20201211, the only change are some patch
authors to better match qemu conventions.
# gpg: Signature made Mon 14 Dec 2020 04:57:09 GMT
# gpg: using RSA key 75F46586AE61A66CC44E87DC6C38CACA20D9B392
# gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>" [full]
# gpg: aka "David Gibson (Red Hat) <dgibson@redhat.com>" [full]
# gpg: aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>" [full]
# gpg: aka "David Gibson (kernel.org) <dwg@kernel.org>" [unknown]
# Primary key fingerprint: 75F4 6586 AE61 A66C C44E 87DC 6C38 CACA 20D9 B392
* remotes/dg-gitlab/tags/ppc-for-6.0-20201214: (30 commits)
spapr.c: set a 'kvm-type' default value instead of relying on NULL
spapr: Pass sPAPR machine state to some RTAS events handling functions
spapr: Don't use qdev_get_machine() in spapr_msi_write()
spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
target/ppc: Introduce an mmu_is_64bit() helper
ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
ppc/e500: Free irqs array to avoid memleak
MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
hw/ppc: Do not re-read the clock on pre_save if doing savevm
target/ppc: Remove "compat" property of server class POWER CPUs
spapr: spapr_drc_attach() cannot fail
spapr: Simplify error path of spapr_core_plug()
spapr: Abort if ppc_set_compat() fails for hot-plugged CPUs
spapr: Fix pre-2.10 dummy ICP hack
xive: Add trace events
hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier
ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
ppc/translate: Raise exceptions after setting the cc
ppc/translate: Delay NaN checking after comparison
ppc/translate: Turn the helper macros into functions
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- MAINTAINERS 16 additions, 1 deletionMAINTAINERS
- docs/system/deprecated.rst 0 additions, 7 deletionsdocs/system/deprecated.rst
- hw/intc/spapr_xive.c 37 additions, 10 deletionshw/intc/spapr_xive.c
- hw/intc/spapr_xive_kvm.c 5 additions, 0 deletionshw/intc/spapr_xive_kvm.c
- hw/intc/trace-events 33 additions, 0 deletionshw/intc/trace-events
- hw/intc/xics_kvm.c 1 addition, 1 deletionhw/intc/xics_kvm.c
- hw/intc/xive.c 37 additions, 3 deletionshw/intc/xive.c
- hw/ppc/e500.c 1 addition, 0 deletionshw/ppc/e500.c
- hw/ppc/ppc.c 4 additions, 2 deletionshw/ppc/ppc.c
- hw/ppc/spapr.c 103 additions, 83 deletionshw/ppc/spapr.c
- hw/ppc/spapr_drc.c 2 additions, 6 deletionshw/ppc/spapr_drc.c
- hw/ppc/spapr_events.c 10 additions, 11 deletionshw/ppc/spapr_events.c
- hw/ppc/spapr_hcall.c 4 additions, 3 deletionshw/ppc/spapr_hcall.c
- hw/ppc/spapr_irq.c 1 addition, 1 deletionhw/ppc/spapr_irq.c
- hw/ppc/spapr_nvdimm.c 6 additions, 5 deletionshw/ppc/spapr_nvdimm.c
- hw/ppc/spapr_pci.c 35 additions, 13 deletionshw/ppc/spapr_pci.c
- hw/ppc/trace-events 1 addition, 1 deletionhw/ppc/trace-events
- include/hw/ppc/spapr.h 2 additions, 2 deletionsinclude/hw/ppc/spapr.h
- include/hw/ppc/spapr_drc.h 7 additions, 1 deletioninclude/hw/ppc/spapr_drc.h
- include/hw/ppc/spapr_nvdimm.h 1 addition, 1 deletioninclude/hw/ppc/spapr_nvdimm.h
Loading
Please register or sign in to comment