Re: [PATCH v3 04/51] qemu/typedefs: Declare CPUBreakpoint and CPUWatchpoint globally
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: > Adjust all uses of 'struct' in the uses of this type. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/exec/breakpoint.h | 8 ++++---- > include/hw/core/cpu.h | 2 -- > include/qemu/typedefs.h | 2 ++ > target/arm/cpu.h | 4 ++-- > target/i386/cpu.h | 4 ++-- > target/ppc/cpu.h | 4 ++-- > target/riscv/cpu.h | 4 ++-- > target/xtensa/cpu.h | 4 ++-- > target/riscv/debug.c | 4 ++-- > 9 files changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Ilya Leoskevich <[email protected]>