[PULL 00/11] s390x fixes, removal of deprecated options, netbsd VM fix

Thomas Huth posted 11 patches 10 months, 1 week ago
Failed in applying to current master (apply log)
Maintainers: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, Stefan Berger <stefanb@linux.vnet.ibm.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Matthew Rosato <mjrosato@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Laurent Vivier <laurent@vivier.eu>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
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(-)
[PULL 00/11] s390x fixes, removal of deprecated options, netbsd VM fix
Posted by Thomas Huth 10 months, 1 week ago
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(-)


Re: [PULL 00/11] s390x fixes, removal of deprecated options, netbsd VM fix
Posted by Peter Maydell 10 months, 1 week ago
On Fri, 19 Jan 2024 at 15:25, Thomas Huth <thuth@redhat.com> wrote:
>
> 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
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM