qemu-patch-raspberry4/tests/qtest/libqos
Peter Maydell b319df5537 ppc patch queue 2020-03-17
Here's my final pull request for the qemu-5.0 soft freeze.  Sorry this
 is just under the wire - I hit some last minute problems that took a
 while to fix up and retest.
 
 Highlights are:
  * Numerous fixes for the FWNMI feature
  * A handful of cleanups to the device tree construction code
  * Numerous fixes for the spapr-vscsi device
  * A number of fixes and cleanups for real mode (MMU off) softmmu
    handling
  * Fixes for handling of the PAPR RMA
  * Better handling of hotplug/unplug events during boot
  * Assorted other fixes
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAl5wnnsACgkQbDjKyiDZ
 s5JdpQ//eY/AOTs09UhvKxt8DN7lC2WyHGxYSncb2Tj2zaJyPPX9p296IDBMw+KX
 Cafr6LzwLjpcpOyf/EWzg7qYGbNYoYgRWoOkHI/9pHsrIH3ZvhmnyTVQI5CffeEb
 EDDXJUQo/2sFpAGeODr5zz+zAQUGzt6ZZUxAiQAF9RYc9ohUGD2x5c86Asx6ZTZo
 /14bd3qnrcy1x+TxDetb1idFxFr2DsdYqpHAi88zHm+UaWzxYrb7kakd+YbqI24N
 tYryf5SdtGrWAAdF/7nq2PQJFzskx+t0QearU+ruovRydxYbUtBpkr5HauoVuQXR
 LiV270sDYDS/D1vvQQKzLxkUuvWmbZ0rB+2BAtS1rwq2sOKqYyQEAkTWfGtSXcf8
 7fuZm2i1G78MuYGTOLCrF1u0owUB3QYHvt1NUW09GyWS8X3mahtj2fRe1RtPV/5d
 NL217bcd32fkMoGCg/lFvK9sCQzR6zJGKkJvOGMVW4ahHCLixpjIWabWtdXjfguT
 UahRPvlX7fzeVT+DISfjqyxwL+THnTvB3CTMWG2cktf0K1ke4SXcQ0mPyksN1NuC
 QocfPCr1TN2ri8g9dAPwQmOkojnNs9izpIWRYSl3avTJFNseNPxuHQALXj2Y3Y/O
 EoYxLN+cqPukQ1O3GxEj5QMKe8V/0986mxWnuS/dMohQOoy+zV4=
 =BPnR
 -----END PGP SIGNATURE-----

Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into staging

ppc patch queue 2020-03-17

Here's my final pull request for the qemu-5.0 soft freeze.  Sorry this
is just under the wire - I hit some last minute problems that took a
while to fix up and retest.

Highlights are:
 * Numerous fixes for the FWNMI feature
 * A handful of cleanups to the device tree construction code
 * Numerous fixes for the spapr-vscsi device
 * A number of fixes and cleanups for real mode (MMU off) softmmu
   handling
 * Fixes for handling of the PAPR RMA
 * Better handling of hotplug/unplug events during boot
 * Assorted other fixes

# gpg: Signature made Tue 17 Mar 2020 09:55:07 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.0-20200317: (45 commits)
  pseries: Update SLOF firmware image
  ppc/spapr: Ignore common "ibm,nmi-interlock" Linux bug
  ppc/spapr: Implement FWNMI System Reset delivery
  target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
  ppc/spapr: Allow FWNMI on TCG
  ppc/spapr: Fix FWNMI machine check interrupt delivery
  ppc/spapr: Add FWNMI System Reset state
  ppc/spapr: Change FWNMI names
  ppc/spapr: Fix FWNMI machine check failure handling
  spapr: Rename DT functions to newer naming convention
  spapr: Move creation of ibm,architecture-vec-5 property
  spapr: Move creation of ibm,dynamic-reconfiguration-memory dt node
  spapr/rtas: Reserve space for RTAS blob and log
  pseries: Update SLOF firmware image
  ppc/spapr: Move GPRs setup to one place
  target/ppc: Fix rlwinm on ppc64
  spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guest
  hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event
  hw/scsi/spapr_vscsi: Prevent buffer overflow
  hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2020-03-18 15:07:57 +00:00
..
aarch64-xlnx-zcu102-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
ahci.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
ahci.h misc: Replace zero-length arrays with flexible array member (automatic) 2020-03-16 22:07:42 +01:00
arm-imx25-pdk-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
arm-n800-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
arm-raspi2-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
arm-sabrelite-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
arm-smdkc210-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
arm-virt-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
arm-xilinx-zynq-a9-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
e1000e.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
e1000e.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
fw_cfg.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
fw_cfg.h boot-order-test: fix memleaks in boot-order-test 2020-02-04 09:00:57 +01:00
i2c-imx.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
i2c-omap.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
i2c.c libqos: rename i2c_send and i2c_recv 2020-02-22 08:26:48 +00:00
i2c.h libqos: rename i2c_send and i2c_recv 2020-02-22 08:26:48 +00:00
libqos-pc.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
libqos-pc.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
libqos-spapr.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
libqos-spapr.h ppc/spapr: Allow FWNMI on TCG 2020-03-17 17:00:22 +11:00
libqos.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
libqos.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
malloc-pc.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
malloc-pc.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
malloc-spapr.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
malloc-spapr.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
malloc.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
malloc.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
pci-pc.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
pci-pc.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
pci-spapr.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
pci-spapr.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
pci.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
pci.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
ppc64_pseries-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
qgraph.c tests/qtest/libqos/qgraph: Remove superfluous semicolons 2020-02-18 20:20:49 +01:00
qgraph.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
qgraph_internal.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
qos_external.c libqos: move useful qos-test funcs to qos_external 2020-02-22 08:26:48 +00:00
qos_external.h libqos: move useful qos-test funcs to qos_external 2020-02-22 08:26:48 +00:00
rtas.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
rtas.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
sdhci.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
sdhci.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
tpci200.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
usb.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
usb.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-9p.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-9p.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-balloon.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-balloon.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-blk.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-blk.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-mmio.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-mmio.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-net.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-net.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-pci-modern.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-pci-modern.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-pci.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-pci.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-rng.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-rng.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-scsi.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-scsi.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-serial.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio-serial.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
virtio.h tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00
x86_64_pc-machine.c tests/libqos: Move the libqos files under tests/qtest/ 2020-01-12 11:42:41 +01:00