From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PULL 00/19] Misc HW patches for 2025-05-08
Date: Thu, 8 May 2025 14:25:20 +0200 [thread overview]
Message-ID: <20250508122522.73786-1-philmd@linaro.org> (raw)
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
--
2.47.1
next reply other threads:[~2025-05-08 12:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 12:25 Philippe Mathieu-Daudé [this message]
2025-05-08 12:25 ` [PULL 04/19] accel/hvf: Include missing 'hw/core/cpu.h' header Philippe Mathieu-Daudé
2025-05-08 12:25 ` [PULL 19/19] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs Philippe Mathieu-Daudé
2025-05-10 18:35 ` [PULL 00/19] Misc HW patches for 2025-05-08 Stefan Hajnoczi
2025-05-12 17:04 ` Peter Maydell
2025-05-12 17:42 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250508122522.73786-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).