qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: [PULL 00/19] First batch of misc patches for QEMU 9.0
Date: Wed, 20 Dec 2023 10:40:46 +0100

 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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]