On 1/21/25 08:18, Philippe Mathieu-Daudé wrote:
The MIPS timer and IRQs are tied to the CPU. Creating them outside
in board code isn't correct. Do it once in the DeviceRealize() handler.

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  hw/mips/cps.c            | 4 ----
  hw/mips/fuloong2e.c      | 4 ----
  hw/mips/jazz.c           | 4 ----
  hw/mips/loongson3_virt.c | 4 ----
  hw/mips/malta.c          | 4 ----
  hw/mips/mipssim.c        | 4 ----
  target/mips/cpu.c        | 5 +++++
  7 files changed, 5 insertions(+), 24 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to