Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Stefano Stabellini
On Tue, 18 Feb 2025, Andrew Cooper wrote: > On 18/02/2025 11:20 am, Philippe Mathieu-Daudé wrote: > > Hi, > > > > Adding Xen community. > > > > On 8/2/25 21:57, Richard Henderson wrote: > >> Require a 64-bit host binary to spawn a 64-bit guest. > >> > >> Reviewed-by: Thomas Huth > >> Reviewed-by:

Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Philippe Mathieu-Daudé
On 18/2/25 16:25, Philippe Mathieu-Daudé wrote: +Vikram On 18/2/25 15:10, Andrew Cooper wrote: On 18/02/2025 11:20 am, Philippe Mathieu-Daudé wrote: Hi, Adding Xen community. On 8/2/25 21:57, Richard Henderson wrote: Require a 64-bit host binary to spawn a 64-bit guest. Reviewed-by: Thomas

Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Philippe Mathieu-Daudé
+Vikram On 18/2/25 15:10, Andrew Cooper wrote: On 18/02/2025 11:20 am, Philippe Mathieu-Daudé wrote: Hi, Adding Xen community. On 8/2/25 21:57, Richard Henderson wrote: Require a 64-bit host binary to spawn a 64-bit guest. Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signe

Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Andrew Cooper
On 18/02/2025 11:20 am, Philippe Mathieu-Daudé wrote: > Hi, > > Adding Xen community. > > On 8/2/25 21:57, Richard Henderson wrote: >> Require a 64-bit host binary to spawn a 64-bit guest. >> >> Reviewed-by: Thomas Huth >> Reviewed-by: Philippe Mathieu-Daudé >> Signed-off-by: Richard Henderson >

Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Philippe Mathieu-Daudé
On 18/2/25 14:19, Philippe Mathieu-Daudé wrote: On 18/2/25 12:20, Philippe Mathieu-Daudé wrote: Hi, Adding Xen community. On 8/2/25 21:57, Richard Henderson wrote: Require a 64-bit host binary to spawn a 64-bit guest. Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-

Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Philippe Mathieu-Daudé
On 18/2/25 12:20, Philippe Mathieu-Daudé wrote: Hi, Adding Xen community. On 8/2/25 21:57, Richard Henderson wrote: Require a 64-bit host binary to spawn a 64-bit guest. Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson ---   meson.build | 9

Re: [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-18 Thread Philippe Mathieu-Daudé
Hi, Adding Xen community. On 8/2/25 21:57, Richard Henderson wrote: Require a 64-bit host binary to spawn a 64-bit guest. Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- meson.build | 9 +++-- 1 file changed, 7 insertions(+), 2 deleti

[PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

2025-02-08 Thread Richard Henderson
Require a 64-bit host binary to spawn a 64-bit guest. Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- meson.build | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 1af8aeb194..911955cfa