Re: [PATCH] xen: fix condition for enabling the Xen accelerator

2023-12-11 Thread Stefano Stabellini
On Sat, 9 Dec 2023, Paolo Bonzini wrote: > A misspelled condition in xen_native.h is hiding a bug in the enablement of > Xen for qemu-system-aarch64. The bug becomes apparent when building for > Xen 4.18. > > While the i386 emulator provides the xenpv machine type for multiple > architectures, >

Re: [PATCH] xen: fix condition for enabling the Xen accelerator

2023-12-11 Thread Philippe Mathieu-Daudé
On 9/12/23 15:32, Paolo Bonzini wrote: A misspelled condition in xen_native.h is hiding a bug in the enablement of Xen for qemu-system-aarch64. The bug becomes apparent when building for Xen 4.18. This looks like 2 issue, first meson, then CONFIG_XEN_CTRL_INTERFACE_VERSION (the superseded patc

Re: [PATCH] xen: fix condition for enabling the Xen accelerator

2023-12-09 Thread Richard W.M. Jones
On Sat, Dec 09, 2023 at 03:32:22PM +0100, Paolo Bonzini wrote: > A misspelled condition in xen_native.h is hiding a bug in the enablement of > Xen for qemu-system-aarch64. The bug becomes apparent when building for > Xen 4.18. > > While the i386 emulator provides the xenpv machine type for multipl

[PATCH] xen: fix condition for enabling the Xen accelerator

2023-12-09 Thread Paolo Bonzini
A misspelled condition in xen_native.h is hiding a bug in the enablement of Xen for qemu-system-aarch64. The bug becomes apparent when building for Xen 4.18. While the i386 emulator provides the xenpv machine type for multiple architectures, and therefore can be compiled with Xen enabled even wh