Re: [PATCH v2 05/21] gdbstub: define separate user/system structures

2023-01-06 Thread Richard Henderson
On 1/5/23 08:43, Alex Bennée wrote: In preparation for moving user/softmmu specific bits from the main gdbstub file we need to separate the connection details into a user/softmmu state. These will eventually be defined in their own files. Signed-off-by: Alex Bennée --- gdbstub/gdbstub.c | 91 +

[PATCH v2 05/21] gdbstub: define separate user/system structures

2023-01-05 Thread Alex Bennée
In preparation for moving user/softmmu specific bits from the main gdbstub file we need to separate the connection details into a user/softmmu state. These will eventually be defined in their own files. Signed-off-by: Alex Bennée --- gdbstub/gdbstub.c | 91 +++