Re: [PATCH 5/6] target/mips: Move CPU timer from hw/mips/ to target/mips/system/

2025-01-21 Thread Richard Henderson
On 1/21/25 08:18, Philippe Mathieu-Daudé wrote: MIPS CPU timer is tied to the CPU, no point of modelling it as a general timer device. Move mips_int.c to target/mips/system/. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/mips_int.c => target/mips/system/interrupts.c | 0 hw/mips/meson.bu

[PATCH 5/6] target/mips: Move CPU timer from hw/mips/ to target/mips/system/

2025-01-21 Thread Philippe Mathieu-Daudé
MIPS CPU timer is tied to the CPU, no point of modelling it as a general timer device. Move mips_int.c to target/mips/system/. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/mips_int.c => target/mips/system/interrupts.c | 0 hw/mips/meson.build | 2 +- target