Re: [PATCH 1/2] target/sparc: Provide hint about CPUSPARCState::irq_manager member

2024-01-30 Thread Clément Chigot
On Tue, Jan 30, 2024 at 12:31 PM Philippe Mathieu-Daudé wrote: > > CPUSPARCState::irq_manager holds a pointer to a QDev, > so declare it as DeviceState instead of void. > > Move the comment about Leon3 fields. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/sparc/cpu.h | 5 ++--- > 1 fi

[PATCH 1/2] target/sparc: Provide hint about CPUSPARCState::irq_manager member

2024-01-30 Thread Philippe Mathieu-Daudé
CPUSPARCState::irq_manager holds a pointer to a QDev, so declare it as DeviceState instead of void. Move the comment about Leon3 fields. Signed-off-by: Philippe Mathieu-Daudé --- target/sparc/cpu.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/sparc/cpu.h b/tar