Re: [PATCH for-6.2 08/10] linux-user: Don't include gdbstub.h in qemu.h

2021-07-18 Thread Philippe Mathieu-Daudé
On 7/18/21 1:21 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 t

[PATCH for-6.2 08/10] linux-user: Don't include gdbstub.h in qemu.h

2021-07-17 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 to