Am Thu, 8 Jan 2026 14:34:18 +0000 schrieb Alex Bennée <[email protected]>:
> Now all the m68k machines have cpu reset handlers we can drop this > extra case here. > > Signed-off-by: Alex Bennée <[email protected]> > --- > target/m68k/cpu.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/target/m68k/cpu.c b/target/m68k/cpu.c > index f1b673119d6..a540a754969 100644 > --- a/target/m68k/cpu.c > +++ b/target/m68k/cpu.c > @@ -392,7 +392,6 @@ static void m68k_cpu_realizefn(DeviceState *dev, Error > **errp) > > m68k_cpu_init_gdb(cpu); > > - cpu_reset(cs); > qemu_init_vcpu(cs); > > mcc->parent_realize(dev, errp); Reviewed-by: Thomas Huth <[email protected]>
