Hi Mohamed,
On 31/7/25 07:27, Mohamed Mediouni wrote:
Switch to a design where we can share whpx code between x86 and AArch64 when it
makes sense to do so.
Signed-off-by: Mohamed Mediouni <moha...@unpredictable.fr>
---
accel/meson.build | 1 +
accel/whpx/meson.build | 6 ++++++
{target/i386 => accel}/whpx/whpx-accel-ops.c | 8 ++++++--
{target/i386/whpx => include/system}/whpx-accel-ops.h | 0
{target/i386/whpx => include/system}/whpx-internal.h | 7 ++++++-
target/i386/whpx/meson.build | 1 -
target/i386/whpx/whpx-all.c | 4 ++--
7 files changed, 21 insertions(+), 6 deletions(-)
create mode 100644 accel/whpx/meson.build
rename {target/i386 => accel}/whpx/whpx-accel-ops.c (96%)
rename {target/i386/whpx => include/system}/whpx-accel-ops.h (100%)
rename {target/i386/whpx => include/system}/whpx-internal.h (98%)
Missing updates in MAINTAINERS, otherwise:
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>