Re: [PATCH v3 05/51] hw/core/cpu: Remove exec/breakpoint.h include
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: > This is no longer required in the generic header. Add includes > where required elsewhere in the code base. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/hw/core/cpu.h | 1 - > accel/tcg/tcg-accel-ops.c | 1 + > cpu-common.c | 1 + > gdbstub/system.c | 1 + > gdbstub/user.c | 1 + > target/i386/kvm/kvm.c | 1 + > target/ppc/kvm.c | 1 + > target/s390x/kvm/kvm.c | 1 + > target/xtensa/helper.c | 1 + > 9 files changed, 8 insertions(+), 1 deletion(-) Reviewed-by: Ilya Leoskevich <[email protected]>