Re: [Qemu-devel] [RFC PATCH 09/11] target/mips: only build mips-semi for softmmu

2019-05-20 Thread Aleksandar Markovic
On May 14, 2019 6:04 PM, "Alex Bennée" wrote: > > The is_uhi gates all semihosting calls and always returns false for > CONFIG_USER_ONLY builds. There is no reason to build and link > mips-semi for these builds so lets fix that. > > Signed-off-by: Alex Bennée > --- Reviewed-by: Aleksandar

Re: [Qemu-devel] [RFC PATCH 09/11] target/mips: only build mips-semi for softmmu

2019-05-14 Thread Philippe Mathieu-Daudé
On 5/14/19 5:52 PM, Alex Bennée wrote: > The is_uhi gates all semihosting calls and always returns false for > CONFIG_USER_ONLY builds. There is no reason to build and link > mips-semi for these builds so lets fix that. > > Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé > ---

[Qemu-devel] [RFC PATCH 09/11] target/mips: only build mips-semi for softmmu

2019-05-14 Thread Alex Bennée
The is_uhi gates all semihosting calls and always returns false for CONFIG_USER_ONLY builds. There is no reason to build and link mips-semi for these builds so lets fix that. Signed-off-by: Alex Bennée --- target/mips/Makefile.objs | 3 ++- target/mips/helper.h | 2 ++