Re: [PATCH v3 10/16] target/riscv: Extract TCG-specific code from debug.c

2023-07-18 Thread Alistair Francis
On Tue, Jul 11, 2023 at 10:21 PM Philippe Mathieu-Daudé wrote: > > Extract TCG-specific code from debug.c to tcg/sysemu/debug.c, > restrict the prototypes to TCG, adapt meson rules. > > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis Alistair > --- > target/riscv/debug.h

[PATCH v3 10/16] target/riscv: Extract TCG-specific code from debug.c

2023-07-11 Thread Philippe Mathieu-Daudé
Extract TCG-specific code from debug.c to tcg/sysemu/debug.c, restrict the prototypes to TCG, adapt meson rules. Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/debug.h| 2 + target/riscv/debug.c| 148 - target/riscv/tcg/sysemu/deb