Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250704101433.8813-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Mads Ynddal <mads@ynddal.dk>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Reinoud Zandijk <reinoud@netbsd.org>, Sunil Muthuswamy <sunilmut@microsoft.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, "Dr. David Alan Gilbert" <dave@treblig.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Alexander Graf <agraf@csgraf.de>, Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS | 4 +
qapi/machine.json | 18 --
accel/dummy-cpus.h | 14 ++
accel/tcg/internal-common.h | 2 +
include/hw/core/cpu.h | 3 +-
include/qemu/accel.h | 11 +-
include/system/accel-ops.h | 22 ++-
include/system/cpus.h | 5 -
include/system/hvf.h | 38 ----
include/system/hvf_int.h | 35 +++-
include/system/hw_accel.h | 21 +-
include/system/kvm.h | 8 -
include/system/nvmm.h | 23 +--
include/system/whpx.h | 27 +--
accel/accel-common.c | 2 +-
accel/accel-system.c | 7 +-
accel/dummy-cpus.c | 1 +
accel/hvf/hvf-accel-ops.c | 314 ++++--------------------------
accel/hvf/hvf-all.c | 277 ++++++++++++++++++++++++--
accel/kvm/kvm-accel-ops.c | 1 +
accel/kvm/kvm-all.c | 27 +--
accel/qtest/qtest.c | 4 +-
accel/stubs/kvm-stub.c | 9 -
accel/stubs/nvmm-stub.c | 12 ++
accel/stubs/whpx-stub.c | 12 ++
accel/tcg/monitor.c | 57 ++----
accel/tcg/tcg-accel-ops.c | 6 +-
accel/tcg/tcg-all.c | 6 +-
accel/xen/xen-all.c | 6 +-
bsd-user/main.c | 2 +-
linux-user/main.c | 2 +-
monitor/hmp-cmds-target.c | 4 +-
system/cpus.c | 12 +-
system/memory.c | 2 +-
target/arm/hvf/hvf.c | 4 +-
target/i386/hvf/hvf.c | 4 +-
target/i386/hvf/x86hvf.c | 2 +-
target/i386/nvmm/nvmm-accel-ops.c | 1 +
target/i386/nvmm/nvmm-all.c | 31 ++-
target/i386/whpx/whpx-accel-ops.c | 1 +
target/i386/whpx/whpx-all.c | 32 ++-
tests/qtest/qmp-cmd-test.c | 1 -
accel/stubs/meson.build | 2 +
hmp-commands-info.hx | 14 --
44 files changed, 551 insertions(+), 535 deletions(-)
create mode 100644 accel/dummy-cpus.h
create mode 100644 accel/stubs/nvmm-stub.c
create mode 100644 accel/stubs/whpx-stub.c