mbox

[PULL,00/19] Misc HW patches for 2025-05-08

Message ID 20250508122522.73786-1-philmd@linaro.org
State New
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/hw-misc-20250508

Message

Philippe Mathieu-Daudé May 8, 2025, 12:25 p.m. UTC
The following changes since commit 57b6f8d07f1478375f85a4593a207e936c63ff59:

  Merge tag 'pull-target-arm-20250506' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2025-05-07 14:28:20 -0400)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20250508

for you to fetch changes up to 201965865dd88b28e9a40a350642ce25784a574a:

  hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs (2025-05-08 14:22:12 +0200)

----------------------------------------------------------------
Misc HW patches

- Allow using plugins on BSD user-emulation
- Inline VMSTATE_CPU() macro
- Fix headear includes for HVF x86
- Build hw/hyperv/ files once
- Various typo fixed
- Fix issue in i.MX I2C model

----------------------------------------------------------------

Bernhard Beschow (1):
  hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition
    occurs

Eric Auger (3):
  hw/pci/pcie_port: Fix pcie_slot_is_hotpluggbale_bus typo
  hw/acpi/ged: Fix wrong identation
  hw/i386/acpi-build: Fix build_append_notfication_callback typo

Gustavo Romero (2):
  hw/i386/acpi-build: Update document reference
  hw/i386/acpi-build: Fix typo and grammar in comment

Philippe Mathieu-Daudé (4):
  target/migration: Inline VMSTATE_CPU()
  accel/hvf: Include missing 'hw/core/cpu.h' header
  system/hvf: Avoid including 'cpu.h'
  system/hvf: Expose hvf_enabled() to common code

Pierrick Bouvier (8):
  bsd-user: add option to enable plugins
  hw/hyperv/hv-balloon-stub: common compilation unit
  hw/hyperv/hyperv.h: header cleanup
  hw/hyperv/vmbus: common compilation unit
  hw/hyperv/syndbg: common compilation unit
  hw/hyperv/balloon: common balloon compilation units
  hw/hyperv/hyperv_testdev: common compilation unit
  hw/hyperv/hyperv: common compilation unit

Steve Sistare (1):
  qom: Factor qom_resolve_path() out

 MAINTAINERS                    |  1 +
 hw/i386/acpi-build.h           |  2 +-
 include/hw/core/cpu.h          | 12 ------------
 include/hw/hyperv/hyperv.h     |  3 ++-
 include/system/hvf.h           | 17 +++++++++++------
 include/system/hvf_int.h       |  2 ++
 accel/hvf/hvf-all.c            |  1 +
 accel/stubs/hvf-stub.c         | 12 ++++++++++++
 bsd-user/main.c                | 12 ++++++++++++
 hw/acpi/generic_event_device.c | 10 +++++-----
 hw/hyperv/hyperv.c             |  3 ++-
 hw/hyperv/syndbg.c             |  9 ++++++---
 hw/hyperv/vmbus.c              |  2 +-
 hw/i2c/imx_i2c.c               | 11 +++++------
 hw/i386/acpi-build.c           | 10 +++++-----
 hw/pci/pcie_port.c             |  4 ++--
 qom/qom-qmp-cmds.c             | 21 +++++++++++++++------
 target/alpha/machine.c         |  2 +-
 target/hppa/machine.c          |  2 +-
 target/microblaze/machine.c    |  2 +-
 target/openrisc/machine.c      |  2 +-
 accel/stubs/meson.build        |  1 +
 hw/hyperv/meson.build          | 11 ++++++-----
 23 files changed, 94 insertions(+), 58 deletions(-)
 create mode 100644 accel/stubs/hvf-stub.c