[PULL 00/19] First batch of misc patches for QEMU 9.0

Thomas Huth posted 19 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231220094105.6588-1-thuth@redhat.com
Maintainers: Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Christian Borntraeger <borntraeger@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>, Eric Farman <farman@linux.ibm.com>, Peter Xu <peterx@redhat.com>, Francisco Iglesias <francisco.iglesias@amd.com>, "Daniel P. Berrangé" <berrange@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Song Gao <gaosong@loongson.cn>, Juan Quintela <quintela@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>
MAINTAINERS                              |   5 ++
docs/system/arm/xlnx-versal-virt.rst     |   4 +-
docs/system/invocation.rst               |   5 ++
docs/system/qemu-manpage.rst             |   5 ++
include/exec/memory.h                    |   2 +-
include/hw/boards.h                      |   3 +
include/hw/i386/pc.h                     |   3 +
include/hw/misc/xlnx-versal-cframe-reg.h |   2 +-
include/hw/misc/xlnx-versal-cfu.h        |   6 +-
include/hw/misc/xlnx-versal-crl.h        |   2 +-
include/hw/nvram/xlnx-efuse.h            |   2 +-
include/hw/nvram/xlnx-versal-efuse.h     |   4 +-
include/hw/nvram/xlnx-zynqmp-efuse.h     |   2 +-
include/sysemu/qtest.h                   |   2 +
hw/arm/virt.c                            |   9 ++-
hw/core/machine.c                        |   3 +
hw/i386/pc.c                             |   3 +
hw/i386/pc_piix.c                        |  17 ++++-
hw/i386/pc_q35.c                         |  13 +++-
hw/m68k/virt.c                           |   9 ++-
hw/misc/mips_itu.c                       |   3 +-
hw/ppc/spapr.c                           |  15 ++++-
hw/ppc/spapr_hcall.c                     |   1 -
hw/s390x/ipl.c                           |   1 -
hw/s390x/s390-virtio-ccw.c               |  14 +++-
qom/object.c                             |  41 ++++++++++++
system/qtest.c                           |   1 +
target/i386/cpu.c                        |   2 +-
target/loongarch/cpu.c                   |   2 +
tests/qtest/migration-test.c             |   4 +-
tests/qtest/npcm7xx_pwm-test.c           |  13 +++-
tests/unit/test-io-task.c                |   2 +-
tests/unit/test-qmp-event.c              | 108 +++++++++----------------------
qemu-options.hx                          |   4 ++
scripts/analyze-migration.py             |  35 +++++++++-
35 files changed, 236 insertions(+), 111 deletions(-)
[PULL 00/19] First batch of misc patches for QEMU 9.0
Posted by Thomas Huth 11 months, 1 week ago
 Hi!

The following changes since commit bd00730ec0f621706d0179768436f82c39048499:

  Open 9.0 development tree (2023-12-19 09:46:22 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-12-20

for you to fetch changes up to 17b2ecc331eab274d448446aa51883040f9185ed:

  tests/unit/test-qmp-event: Replace fixture by global variables (2023-12-20 10:29:23 +0100)

----------------------------------------------------------------
* Add compat machines for QEMU 9.0
* Some header clean-ups by Philippe
* Restrict type names to alphanumerical range (and a few special characters)
* Fix analyze-migration.py script on s390x
* Clean up and improve some tests
* Document handling of commas in CLI options parameters

----------------------------------------------------------------
Cornelia Huck (1):
      hw: Add compat machines for 9.0

Markus Armbruster (5):
      docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
      hw: Replace anti-social QOM type names (again)
      tests/unit/test-qmp-event: Drop superfluous mutex
      tests/unit/test-qmp-event: Simplify event emission check
      tests/unit/test-qmp-event: Replace fixture by global variables

Philippe Mathieu-Daudé (6):
      system/qtest: Include missing 'hw/core/cpu.h' header
      system/qtest: Restrict QTest API to system emulation
      hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
      hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
      hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
      target: Restrict 'sysemu/reset.h' to system emulation

Thomas Huth (6):
      MAINTAINERS: Add some more vmware-related files to the corresponding section
      memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
      tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
      qom/object: Limit type names to alphanumerical and some few special characters
      tests/qtest/migration-test: Fix analyze-migration.py for s390x
      tests/qtest/npcm7xx_pwm-test: Only do full testing in slow mode

Yihuan Pan (1):
      qemu-options: Clarify handling of commas in options parameters

 MAINTAINERS                              |   5 ++
 docs/system/arm/xlnx-versal-virt.rst     |   4 +-
 docs/system/invocation.rst               |   5 ++
 docs/system/qemu-manpage.rst             |   5 ++
 include/exec/memory.h                    |   2 +-
 include/hw/boards.h                      |   3 +
 include/hw/i386/pc.h                     |   3 +
 include/hw/misc/xlnx-versal-cframe-reg.h |   2 +-
 include/hw/misc/xlnx-versal-cfu.h        |   6 +-
 include/hw/misc/xlnx-versal-crl.h        |   2 +-
 include/hw/nvram/xlnx-efuse.h            |   2 +-
 include/hw/nvram/xlnx-versal-efuse.h     |   4 +-
 include/hw/nvram/xlnx-zynqmp-efuse.h     |   2 +-
 include/sysemu/qtest.h                   |   2 +
 hw/arm/virt.c                            |   9 ++-
 hw/core/machine.c                        |   3 +
 hw/i386/pc.c                             |   3 +
 hw/i386/pc_piix.c                        |  17 ++++-
 hw/i386/pc_q35.c                         |  13 +++-
 hw/m68k/virt.c                           |   9 ++-
 hw/misc/mips_itu.c                       |   3 +-
 hw/ppc/spapr.c                           |  15 ++++-
 hw/ppc/spapr_hcall.c                     |   1 -
 hw/s390x/ipl.c                           |   1 -
 hw/s390x/s390-virtio-ccw.c               |  14 +++-
 qom/object.c                             |  41 ++++++++++++
 system/qtest.c                           |   1 +
 target/i386/cpu.c                        |   2 +-
 target/loongarch/cpu.c                   |   2 +
 tests/qtest/migration-test.c             |   4 +-
 tests/qtest/npcm7xx_pwm-test.c           |  13 +++-
 tests/unit/test-io-task.c                |   2 +-
 tests/unit/test-qmp-event.c              | 108 +++++++++----------------------
 qemu-options.hx                          |   4 ++
 scripts/analyze-migration.py             |  35 +++++++++-
 35 files changed, 236 insertions(+), 111 deletions(-)


Re: [PULL 00/19] First batch of misc patches for QEMU 9.0
Posted by Stefan Hajnoczi 11 months, 1 week ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
Re: [PULL 00/19] First batch of misc patches for QEMU 9.0
Posted by Alex Bennée 11 months, 1 week ago
Stefan Hajnoczi <stefanha@redhat.com> writes:

> Applied, thanks.
>
> Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for
> any user-visible changes.

might need to change the template for that ;-)

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro
Re: [PULL 00/19] First batch of misc patches for QEMU 9.0
Posted by Stefan Hajnoczi 11 months, 1 week ago
On Wed, 20 Dec 2023 at 18:12, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Stefan Hajnoczi <stefanha@redhat.com> writes:
>
> > Applied, thanks.
> >
> > Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for
> > any user-visible changes.
>
> might need to change the template for that ;-)

Done, thanks!

Stefan