Re: [PATCH v3 02/51] exec/breakpoint: Move BP declarations from hw/core/cpu.h
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: > Move cpu_breakpoint_* declarations to exec/breakpoint.h. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/exec/breakpoint.h | 7 +++++++ > include/hw/core/cpu.h | 7 ------- > 2 files changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Ilya Leoskevich <[email protected]>