Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into staging
ppc patch queue 2020-10-28
Here's the next pull request for ppc and spapr related patches, which
should be the last things for soft freeze. Includes:
* Numerous error handling cleanups from Greg Kurz
* Cleanups to cpu realization and hotplug handling from Greg Kurz
* A handful of other small fixes and cleanups
This does include a change to pc_dimm_plug() that isn't in my normal
areas of concern. That's there as a a prerequisite for ppc specific
changes, and has an ack from Igor.
# gpg: Signature made Tue 27 Oct 2020 14:13:21 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/dgibson/tags/ppc-for-5.2-20201028:
ppc/: fix some comment spelling errors
spapr: Improve spapr_reallocate_hpt() error reporting
target/ppc: Fix kvmppc_load_htab_chunk() error reporting
spapr: Use error_append_hint() in spapr_reallocate_hpt()
spapr: Simplify error handling in spapr_memory_plug()
spapr: Pass &error_abort when getting some PC DIMM properties
spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
pc-dimm: Drop @errp argument of pc_dimm_plug()
spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
spapr: Make spapr_cpu_core_unrealize() idempotent
spapr: Drop spapr_delete_vcpu() unused argument
spapr: Unrealize vCPUs with qdev_unrealize()
spapr: Fix leak of CPU machine specific data
spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
hw/net: move allocation to the heap due to very large stack frame
ppc/spapr: re-assert IRQs during event-scan if there are pending
spapr: Clarify why DR connectors aren't user creatable
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- accel/tcg/user-exec-stub.c 4 additions, 0 deletionsaccel/tcg/user-exec-stub.c
- hw/arm/virt.c 1 addition, 8 deletionshw/arm/virt.c
- hw/i386/pc.c 1 addition, 7 deletionshw/i386/pc.c
- hw/mem/pc-dimm.c 1 addition, 1 deletionhw/mem/pc-dimm.c
- hw/net/spapr_llan.c 3 additions, 2 deletionshw/net/spapr_llan.c
- hw/ppc/spapr.c 46 additions, 44 deletionshw/ppc/spapr.c
- hw/ppc/spapr_cpu_core.c 31 additions, 38 deletionshw/ppc/spapr_cpu_core.c
- hw/ppc/spapr_drc.c 2 additions, 1 deletionhw/ppc/spapr_drc.c
- hw/ppc/spapr_events.c 12 additions, 0 deletionshw/ppc/spapr_events.c
- hw/ppc/spapr_nvdimm.c 3 additions, 13 deletionshw/ppc/spapr_nvdimm.c
- include/hw/mem/pc-dimm.h 1 addition, 1 deletioninclude/hw/mem/pc-dimm.h
- include/hw/ppc/spapr.h 1 addition, 2 deletionsinclude/hw/ppc/spapr.h
- include/hw/ppc/spapr_nvdimm.h 1 addition, 2 deletionsinclude/hw/ppc/spapr_nvdimm.h
- target/ppc/cpu.h 3 additions, 3 deletionstarget/ppc/cpu.h
- target/ppc/excp_helper.c 3 additions, 3 deletionstarget/ppc/excp_helper.c
- target/ppc/fpu_helper.c 1 addition, 1 deletiontarget/ppc/fpu_helper.c
- target/ppc/internal.h 1 addition, 1 deletiontarget/ppc/internal.h
- target/ppc/kvm.c 6 additions, 7 deletionstarget/ppc/kvm.c
- target/ppc/kvm_ppc.h 3 additions, 2 deletionstarget/ppc/kvm_ppc.h
- target/ppc/machine.c 1 addition, 1 deletiontarget/ppc/machine.c
Loading
Please register or sign in to comment