Bruno Piazera Larsen writes:
> All the code and git related feedback as been done, with the exception of
>
>> > +gchar *ppc_gdb_arch_name(CPUState *cs);
>> > +
>> > +
>> > #endif /* PPC_CPU_H */
>> > diff --git a/target/ppc/gdbstub.c b/target/ppc/gdbstub.c
>> > index c28319fb97..0c016b8483 10064
All the code and git related feedback as been done, with the exception of
> > +gchar *ppc_gdb_arch_name(CPUState *cs);
> > +
> > +
> > #endif /* PPC_CPU_H */
> > diff --git a/target/ppc/gdbstub.c b/target/ppc/gdbstub.c
> > index c28319fb97..0c016b8483 100644
> > --- a/target/ppc/gdbstub.c
> > +++
"Bruno Larsen (billionai)" writes:
Please send ppc patches to both qemu-devel and qemu-ppc.
> As suggested by Fabiano Rosas,
In these situations you can just add along with your signed-off-by:
Suggested-by: Fabiano Rosas
> all the code related to gdb has been moved
> from translate_init.c.in
As suggested by Fabiano Rosas, all the code related to gdb has been moved
from translate_init.c.inc file to the gdbstub.c file, where it makes more
sense
Signed-off-by: Bruno Larsen (billionai)
---
target/ppc/cpu.h| 11 ++
target/ppc/gdbstub.c| 261 ++