Re: [PATCH v4 4/9] meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation

2025-02-09 Thread Phil Dennis-Jordan
On Fri, 7 Feb 2025 at 22:07, Richard Henderson wrote: > Require a 64-bit host binary to spawn a 64-bit guest. > > For HVF this is trivially true because macOS 11 dropped > support for 32-bit applications entirely. Nit: it was 10.15. > For NVMM, NetBSD only enables nvmm on x86_64: > > http://c

Re: [PATCH v4 4/9] meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation

2025-02-08 Thread Philippe Mathieu-Daudé
On 7/2/25 22:06, Richard Henderson wrote: Require a 64-bit host binary to spawn a 64-bit guest. For HVF this is trivially true because macOS 11 dropped support for 32-bit applications entirely. For NVMM, NetBSD only enables nvmm on x86_64: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/nvm

[PATCH v4 4/9] meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation

2025-02-07 Thread Richard Henderson
Require a 64-bit host binary to spawn a 64-bit guest. For HVF this is trivially true because macOS 11 dropped support for 32-bit applications entirely. For NVMM, NetBSD only enables nvmm on x86_64: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/nvmm/Makefile?rev=1.1.6.2;content-type=text%2Fpl