Re: [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-09 Thread Philippe Mathieu-Daudé
On 9/2/24 08:22, Philippe Mathieu-Daudé wrote: On 8/2/24 09:26, Paolo Bonzini wrote: On Wed, Feb 7, 2024 at 8:12 PM Philippe Mathieu-Daudé wrote: Hi Paolo, On 7/2/24 12:14, Paolo Bonzini wrote: itc_reconfigure() is referenced from TCG, provide a stub if needed. This makes it possible to bui

Re: [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-08 Thread Philippe Mathieu-Daudé
On 8/2/24 09:26, Paolo Bonzini wrote: On Wed, Feb 7, 2024 at 8:12 PM Philippe Mathieu-Daudé wrote: Hi Paolo, On 7/2/24 12:14, Paolo Bonzini wrote: itc_reconfigure() is referenced from TCG, provide a stub if needed. This makes it possible to build a QEMU binary that only includes boards witho

Re: [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-08 Thread Paolo Bonzini
On Wed, Feb 7, 2024 at 8:12 PM Philippe Mathieu-Daudé wrote: > > Hi Paolo, > > On 7/2/24 12:14, Paolo Bonzini wrote: > > itc_reconfigure() is referenced from TCG, provide a stub if needed. > > This makes it possible to build a QEMU binary that only includes > > boards without a CPS device (only Ma

Re: [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-07 Thread Philippe Mathieu-Daudé
Hi Paolo, On 7/2/24 12:14, Paolo Bonzini wrote: itc_reconfigure() is referenced from TCG, provide a stub if needed. This makes it possible to build a QEMU binary that only includes boards without a CPS device (only Malta and Boston create one). Signed-off-by: Paolo Bonzini --- hw/mips/mips_i

Re: [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-07 Thread Paolo Bonzini
Il mer 7 feb 2024, 14:16 BALATON Zoltan ha scritto: > On Wed, 7 Feb 2024, Paolo Bonzini wrote: > > itc_reconfigure() is referenced from TCG, provide a stub if needed. > > This makes it possible to build a QEMU binary that only includes > > boards without a CPS device (only Malta and Boston create

Re: [PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-07 Thread BALATON Zoltan
On Wed, 7 Feb 2024, Paolo Bonzini wrote: itc_reconfigure() is referenced from TCG, provide a stub if needed. This makes it possible to build a QEMU binary that only includes boards without a CPS device (only Malta and Boston create one). Signed-off-by: Paolo Bonzini --- hw/mips/mips_itu-stub.c

[PATCH v2 7/8] mips: allow compiling out CONFIG_MIPS_ITU

2024-02-07 Thread Paolo Bonzini
itc_reconfigure() is referenced from TCG, provide a stub if needed. This makes it possible to build a QEMU binary that only includes boards without a CPS device (only Malta and Boston create one). Signed-off-by: Paolo Bonzini --- hw/mips/mips_itu-stub.c | 26 ++ hw/mips/m