|
From: | Richard Henderson |
Subject: | Re: [PATCH 3/6] target/mips: Initialize CPU-specific timer/IRQs once in DeviceRealize |
Date: | Tue, 21 Jan 2025 15:07:36 -0800 |
User-agent: | Mozilla Thunderbird |
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é<philmd@linaro.org> --- 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 <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |