The following changes since commit 3cce8bd4d737f2ca688bbdcb92cd5cc683245bbd:
Merge tag 'ui-pull-request' ofhttps://gitlab.com/marcandre.lureau/qemu into
staging (2024-07-23 15:23:05 +1000)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/hw-misc-20240723
for you to fetch changes up to e4a44f94db11fcf873399c60ebb1d93a9ad1cd6e:
MAINTAINERS: Add myself as a reviewer of machine core (2024-07-23 22:34:54
+0200)
Ignored unrelated error:
TEST signals on ppc64
signals:allocatestack.c:223: allocate_stack: Assertion `powerof2
(pagesize_m1 + 1)' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
timeout: the monitored command dumped core
Aborted
make[1]: *** [Makefile:175: run-signals] Error 134
make: *** [/builds/philmd/qemu/tests/Makefile.include:56:
run-tcg-tests-ppc64-linux-user] Error 2
----------------------------------------------------------------
Misc HW patch queue
- Restrict probe_access*() functions to TCG (Phil)
- Extract do_invalidate_device_tlb from vtd_process_device_iotlb_desc (Clément)
- Fixes in Loongson IPI model (Bibo & Phil)
- Make docs/interop/firmware.json compatible with qapi-gen.py script (Thomas)
- Correct MPC I2C MMIO region size (Zoltan)
- Remove useless cast in Loongson3 Virt machine (Yao)
- Various uses of range overlap API (Yao)
- Use ERRP_GUARD macro in nubus_virtio_mmio_realize (Zhao)
- Use DMA memory API in Goldfish UART model (Phil)
- Expose fifo8_pop_buf and introduce fifo8_drop (Phil)
- MAINTAINERS updates (Zhao, Phil)