Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260222180241.14621-1-mohamed@unpredictable.fr
Maintainers: Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Peter Maydell <peter.maydell@linaro.org>, Zhao Liu <zhao1.liu@intel.com>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Wei Liu <wei.liu@kernel.org>, Magnus Kulke <magnus.kulke@linux.microsoft.com>
accel/whpx/whpx-accel-ops.c | 8 +
accel/whpx/whpx-common.c | 68 +--
include/system/whpx-accel-ops.h | 16 +-
include/system/whpx-all.h | 11 +-
include/system/whpx-common.h | 6 +-
include/system/whpx-internal.h | 16 -
meson.build | 3 +-
target/arm/whpx/whpx-all.c | 43 +-
target/i386/cpu.h | 2 +-
target/i386/emulate/meson.build | 2 +
target/i386/emulate/x86_decode.c | 6 +-
target/i386/emulate/x86_emu.c | 13 +-
target/i386/{hvf => emulate}/x86_mmu.c | 20 +-
target/i386/{hvf => emulate}/x86_mmu.h | 0
target/i386/hvf/hvf.c | 10 +-
target/i386/hvf/meson.build | 1 -
target/i386/hvf/x86.c | 2 +-
target/i386/hvf/x86_task.c | 2 +-
target/i386/mshv/meson.build | 4 +
target/i386/whpx/whpx-all.c | 579 ++++++++++---------------
20 files changed, 358 insertions(+), 454 deletions(-)
rename target/i386/{hvf => emulate}/x86_mmu.c (92%)
rename target/i386/{hvf => emulate}/x86_mmu.h (100%)