The following changes since commit a9e0c9c0f14e19d23443ac24c8080b4708d2eab8:
Merge tag 'pull-9p-20250505' of https://github.com/cschoenebeck/qemu into staging (2025-05-05 11:26:59 -0400) are available in the Git repository at: https://github.com/philmd/qemu.git tags/hw-misc-20250506 for you to fetch changes up to dc495b919f1d9d98e01aea22f545fdc7de07e28d: hw/isa/ich9: Remove stray empty comment (2025-05-06 16:32:02 +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 ---------------------------------------------------------------- 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 (6): qom/object: Fix typo in comment hw/core/machine: Fix indentation hw/i386/acpi-build: Update document reference hw/i386/acpi-build: Fix typo and grammar in comment hw/acpi/pcihp: Fix typo in function name hw/isa/ich9: Remove stray empty comment Philippe Mathieu-Daudé (4): target/migration: Inline VMSTATE_CPU() target/i386/hvf: Include missing 'exec/target_page.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/acpi/pcihp.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/stubs/hvf-stub.c | 12 ++++++++++++ bsd-user/main.c | 12 ++++++++++++ hw/acpi/acpi-pci-hotplug-stub.c | 2 +- hw/acpi/generic_event_device.c | 10 +++++----- hw/acpi/ich9.c | 2 +- hw/acpi/pcihp.c | 2 +- hw/acpi/piix4.c | 2 +- hw/core/machine.c | 8 ++++---- hw/hyperv/hyperv.c | 3 ++- hw/hyperv/syndbg.c | 9 ++++++--- hw/hyperv/vmbus.c | 2 +- hw/i386/acpi-build.c | 10 +++++----- hw/isa/lpc_ich9.c | 1 - hw/pci/pcie_port.c | 4 ++-- qom/object.c | 2 +- qom/qom-qmp-cmds.c | 21 +++++++++++++++------ target/alpha/machine.c | 2 +- target/hppa/machine.c | 2 +- target/i386/hvf/hvf.c | 1 + target/microblaze/machine.c | 2 +- target/openrisc/machine.c | 2 +- accel/stubs/meson.build | 1 + hw/hyperv/meson.build | 11 ++++++----- 30 files changed, 99 insertions(+), 63 deletions(-) create mode 100644 accel/stubs/hvf-stub.c -- 2.47.1