Re: [PATCH] tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX

2021-12-10 Thread Alex Bennée
Paolo Bonzini writes: > The two more or less overlap, because CONFIG_LINUX is a requirement for Linux > user-mode emulation. However, CONFIG_LINUX is technically a host symbol > that applies even to system emulation. Defining CONFIG_LINUX_USER, and > CONFIG_BSD_USER for eventual future use, i

Re: [PATCH] tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX

2021-12-10 Thread Peter Maydell
On Fri, 10 Dec 2021 at 09:41, Paolo Bonzini wrote: > > The two more or less overlap, because CONFIG_LINUX is a requirement for Linux > user-mode emulation. However, CONFIG_LINUX is technically a host symbol > that applies even to system emulation. Defining CONFIG_LINUX_USER, and > CONFIG_BSD_USE