[PATCH v5 0/9] hvf, whpx: i386: x86-centric fixes before softfreeze

Mohamed Mediouni posted 9 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260307154104.84567-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>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Wei Liu <wei.liu@kernel.org>
There is a newer version of this series
accel/whpx/whpx-common.c       |  44 ++++++++++++
include/system/whpx-internal.h |   4 ++
meson.build                    |   7 +-
target/arm/hvf_arm.h           |   2 +-
target/arm/whpx/whpx-all.c     |  37 ++++++++++
target/i386/emulate/x86_mmu.c  |   2 +-
target/i386/hvf/hvf.c          |  14 ++--
target/i386/whpx/whpx-all.c    | 122 ++++-----------------------------
8 files changed, 115 insertions(+), 117 deletions(-)
[PATCH v5 0/9] hvf, whpx: i386: x86-centric fixes before softfreeze
Posted by Mohamed Mediouni 1 month ago
v5:
- Also include HVF buildability fixes...

v4:
- Removed two patches that I didn't intend to be merged at this point yet...

v3:

- Added HVF build fix from Pierrick Bouvier (oops... forgot to have it copied over from the test machine earlier...)
- Also added a fix for "whpx: make enlightenments configurable" highlighted with an error from GCC. Clang did not catch this...

Mohamed Mediouni (8):
  meson.build: older macOS targeting compatibility with macOS 15.4 SDK
  hvf: arm: unbreak the x86 build
  whpx: i386: do not enable nested virt when kernel-irqchip=off
  target/i386: emulate: LA57 fix
  whpx: i386: enable some more enlightenments
  whpx: make Hyper-V enlightenments configurable
  whpx: arm64: enable enlightenments if asked for
  whpx: i386: remove SIPI trapping

Pierrick Bouvier (1):
  target/i386/hvf/hvf.c: fix compilation

 accel/whpx/whpx-common.c       |  44 ++++++++++++
 include/system/whpx-internal.h |   4 ++
 meson.build                    |   7 +-
 target/arm/hvf_arm.h           |   2 +-
 target/arm/whpx/whpx-all.c     |  37 ++++++++++
 target/i386/emulate/x86_mmu.c  |   2 +-
 target/i386/hvf/hvf.c          |  14 ++--
 target/i386/whpx/whpx-all.c    | 122 ++++-----------------------------
 8 files changed, 115 insertions(+), 117 deletions(-)

-- 
2.50.1 (Apple Git-155)