Re: [PATCH 3/5] target/rx: Reset the CPU at qemu reset time

2025-02-18 Thread Keith Packard via
From: Peter Maydell Date: Mon, 17 Feb 2025 09:53:58 + > Reset of devices not plugged into buses (of which CPUs > are the most common kind) is a mess. But having them > call qemu_register_reset() themselves in their own > realize method isn't the usual workaround. Instead we > get the board co

Re: [PATCH 3/5] target/rx: Reset the CPU at qemu reset time

2025-02-17 Thread Peter Maydell
On Sat, 15 Feb 2025 at 02:17, Keith Packard via wrote: > > This ensure that the CPU gets reset every time QEMU resets. > > Signed-off-by: Keith Packard > --- > target/rx/cpu.c | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/target/rx/cpu.c b/target/rx/cpu.c >

Re: [PATCH 3/5] target/rx: Reset the CPU at qemu reset time

2025-02-16 Thread Philippe Mathieu-Daudé
+Peter/Igor On 15/2/25 03:16, Keith Packard via wrote: This ensure that the CPU gets reset every time QEMU resets. Signed-off-by: Keith Packard --- target/rx/cpu.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/target/rx/cpu.c b/target/rx/cpu.c index 37a6fdd

[PATCH 3/5] target/rx: Reset the CPU at qemu reset time

2025-02-14 Thread Keith Packard via
This ensure that the CPU gets reset every time QEMU resets. Signed-off-by: Keith Packard --- target/rx/cpu.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/target/rx/cpu.c b/target/rx/cpu.c index 37a6fdd569..04dd34b310 100644 --- a/target/rx/cpu.c +++ b/target/rx