Re: [PATCH] target/riscv: silent warnings about Smdbltrp/Smrnmi being disabled

2025-02-13 Thread Philippe Mathieu-Daudé
On 13/2/25 12:32, Daniel Henrique Barboza wrote: On 2/13/25 4:52 AM, Clément Léger wrote: As raised by Richard Henderson, these warnings are displayed in user only as well. Disable them for CONFIG_USER_ONLY. Signed-off-by: Clément Léger --- I'm second guessing having these warnings at all.

Re: [PATCH] target/riscv: silent warnings about Smdbltrp/Smrnmi being disabled

2025-02-13 Thread Clément Léger
On 13/02/2025 12:32, Daniel Henrique Barboza wrote: > > > On 2/13/25 4:52 AM, Clément Léger wrote: >> As raised by Richard Henderson, these warnings are displayed in user >> only as well. Disable them for CONFIG_USER_ONLY. >> >> Signed-off-by: Clément Léger >> --- > > I'm second guessing hav

Re: [PATCH] target/riscv: silent warnings about Smdbltrp/Smrnmi being disabled

2025-02-13 Thread Daniel Henrique Barboza
On 2/13/25 4:52 AM, Clément Léger wrote: As raised by Richard Henderson, these warnings are displayed in user only as well. Disable them for CONFIG_USER_ONLY. Signed-off-by: Clément Léger --- I'm second guessing having these warnings at all. Sure they serve as a warning for us, developers

[PATCH] target/riscv: silent warnings about Smdbltrp/Smrnmi being disabled

2025-02-12 Thread Clément Léger
As raised by Richard Henderson, these warnings are displayed in user only as well. Disable them for CONFIG_USER_ONLY. Signed-off-by: Clément Léger --- target/riscv/tcg/tcg-cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/target/riscv/tcg/tcg-cpu.c b/target/riscv/tcg/tcg-cpu.c index