The following changes since commit 88cf5fec91e50cd34bc002b633b4116228db0bc8:
Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-01-18 12:48:17 +0000) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2024-01-19 for you to fetch changes up to 4a27d97c80b90215b33a092a1c3a5efcc987b582: tests/vm/netbsd: Remove missing py311-expat package (2024-01-19 11:38:32 +0100) ---------------------------------------------------------------- - Fix s390x ISM reset - Remove deprecated CLI options -no-hpet, -no-acpi, -async-teardown, -chroot and -singlestep - Fix installation of the netbsd VM ---------------------------------------------------------------- Matthew Rosato (3): s390x/pci: avoid double enable/disable of aif s390x/pci: refresh fh before disabling aif s390x/pci: drive ISM reset from subsystem reset Philippe Mathieu-Daudé (4): qapi: Remove deprecated 'singlestep' member of StatusInfo hmp: Remove deprecated 'singlestep' command cli: Remove deprecated '-singlestep' command line option tests/vm/netbsd: Remove missing py311-expat package Thomas Huth (4): qemu-options: Remove the deprecated -no-hpet option qemu-options: Remove the deprecated -no-acpi option qemu-options: Remove the deprecated -async-teardown option qemu-options: Remove the deprecated -chroot option docs/about/deprecated.rst | 62 ----------------------------------------- docs/about/removed-features.rst | 47 +++++++++++++++++++++++++++++++ docs/specs/tpm.rst | 4 +-- docs/user/main.rst | 6 ---- qapi/run-state.json | 11 -------- include/hw/s390x/s390-pci-bus.h | 2 ++ bsd-user/main.c | 3 +- hw/i386/pc.c | 4 +-- hw/s390x/s390-pci-bus.c | 26 +++++++++++------ hw/s390x/s390-pci-kvm.c | 34 ++++++++++++++++++++-- hw/s390x/s390-virtio-ccw.c | 8 ++++++ linux-user/main.c | 2 -- system/runstate.c | 8 ------ system/vl.c | 37 +----------------------- tests/qtest/test-hmp.c | 1 - hmp-commands.hx | 13 --------- qemu-options.hx | 46 ------------------------------ tests/qemu-iotests/183.out | 4 +-- tests/qemu-iotests/234.out | 8 +++--- tests/qemu-iotests/262.out | 4 +-- tests/qemu-iotests/280.out | 2 +- tests/vm/netbsd | 1 - 22 files changed, 121 insertions(+), 212 deletions(-)