Re: [PATCH v2 8/9] linux-user: Don't include gdbstub.h in qemu.h

2021-09-12 Thread Richard Henderson
On 9/8/21 8:44 AM, Peter Maydell wrote: Currently the linux-user qemu.h pulls in gdbstub.h. There's no real reason why it should do this; include it directly from the C files which require it, and drop the include line in qemu.h. (Note that several of the C files previously relying on this

[PATCH v2 8/9] linux-user: Don't include gdbstub.h in qemu.h

2021-09-08 Thread Peter Maydell
Currently the linux-user qemu.h pulls in gdbstub.h. There's no real reason why it should do this; include it directly from the C files which require it, and drop the include line in qemu.h. (Note that several of the C files previously relying on this indirect include were going out of their way