Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging
ppc patch queue 2019-02-19
Here's the next batch of ppc and spapr patches. Higlights are:
* A bunch of improvements to TCG handling of vector instructions from
Richard Henderson and Marc Cave-Ayland
* Cleanup to the XICS interrupt controller from Greg Kurz, removing
the special KVM subclasses which were a bad idea
* Some refinements to the XIVE interrupt controller from Cédric Le
Goater
* Fix from Fabiano Rosas for a really dumb buffer overflow in the
device tree code for memory hotplug
* Code for allowing access to SPRs from the gdb stub from Fabiano
Rosas
* Assorted minor fixes and cleanups
# gpg: Signature made Mon 18 Feb 2019 13:47:54 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-4.0-20190219: (43 commits)
target/ppc: convert vmin* and vmax* to vector operations
target/ppc: convert vadd*s and vsub*s to vector operations
target/ppc: Split out VSCR_SAT to a vector field
target/ppc: Add set_vscr_sat
target/ppc: Use mtvscr/mfvscr for vmstate
target/ppc: Add helper_mfvscr
target/ppc: Remove vscr_nj and vscr_sat
target/ppc: Use helper_mtvscr for reset and gdb
target/ppc: Pass integer to helper_mtvscr
target/ppc: convert xxsel to vector operations
target/ppc: convert xxspltw to vector operations
target/ppc: convert xxspltib to vector operations
target/ppc: convert VSX logical operations to vector operations
target/ppc: convert vsplt[bhw] to use vector operations
target/ppc: convert vspltis[bhw] to use vector operations
target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector operations
target/ppc: convert VMX logical instructions to use vector operations
xics: Drop the KVM ICS class
spapr/irq: Use the "simple" ICS class for KVM
xics: Handle KVM interrupt presentation from "simple" ICS code
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/acpi/pcihp.c 1 addition, 1 deletionhw/acpi/pcihp.c
- hw/acpi/piix4.c 1 addition, 1 deletionhw/acpi/piix4.c
- hw/char/virtio-serial-bus.c 1 addition, 1 deletionhw/char/virtio-serial-bus.c
- hw/core/bus.c 2 additions, 9 deletionshw/core/bus.c
- hw/intc/spapr_xive.c 3 additions, 4 deletionshw/intc/spapr_xive.c
- hw/intc/xics.c 42 additions, 34 deletionshw/intc/xics.c
- hw/intc/xics_kvm.c 8 additions, 112 deletionshw/intc/xics_kvm.c
- hw/misc/macio/cuda.c 1 addition, 10 deletionshw/misc/macio/cuda.c
- hw/pci/pcie.c 1 addition, 1 deletionhw/pci/pcie.c
- hw/pci/shpc.c 1 addition, 1 deletionhw/pci/shpc.c
- hw/ppc/mac_newworld.c 1 addition, 1 deletionhw/ppc/mac_newworld.c
- hw/ppc/prep.c 0 additions, 1 deletionhw/ppc/prep.c
- hw/ppc/spapr.c 5 additions, 5 deletionshw/ppc/spapr.c
- hw/ppc/spapr_events.c 1 addition, 1 deletionhw/ppc/spapr_events.c
- hw/ppc/spapr_irq.c 34 additions, 52 deletionshw/ppc/spapr_irq.c
- hw/ppc/spapr_pci.c 10 additions, 4 deletionshw/ppc/spapr_pci.c
- hw/ppc/spapr_vio.c 1 addition, 1 deletionhw/ppc/spapr_vio.c
- hw/s390x/css-bridge.c 1 addition, 1 deletionhw/s390x/css-bridge.c
- hw/s390x/s390-pci-bus.c 3 additions, 3 deletionshw/s390x/s390-pci-bus.c
- hw/scsi/virtio-scsi.c 1 addition, 1 deletionhw/scsi/virtio-scsi.c
Loading
Please register or sign in to comment