RE: [PATCH] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-13 Thread Fabiano Rosas
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

RE: [PATCH] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-13 Thread Bruno Piazera Larsen
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 > > +++

Re: [PATCH] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-12 Thread Fabiano Rosas
"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

[PATCH] target/ppc: code motion from translate_init.c.inc to gdbstub.c

2021-04-12 Thread Bruno Larsen (billionai)
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 ++