Re: [PATCH v3 08/51] accel/tcg: Pass CPUBreakpoint to debug_check_breakpoint
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/26 22:53, Richard Henderson wrote: > Add the argument and ignore it so far in all targets. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/accel/tcg/cpu-ops.h | 2 +- > target/arm/internals.h | 2 +- > target/ppc/internal.h | 2 +- > target/riscv/debug.h | 2 +- > target/xtensa/cpu.h | 2 +- > accel/tcg/cpu-exec.c | 2 +- > target/arm/tcg/debug.c | 2 +- > target/i386/tcg/tcg-cpu.c | 2 +- > target/ppc/tcg-excp_helper.c | 2 +- > target/riscv/debug.c | 2 +- > target/xtensa/dbg_helper.c | 2 +- > 11 files changed, 11 insertions(+), 11 deletions(-) Reviewed-by: Ilya Leoskevich <[email protected]>