Re: [PATCH v2 06/21] gdbstub: move GDBState to shared internals header

2023-02-21 Thread Alex Bennée
Richard Henderson writes: > On 2/21/23 00:24, Alex Bennée wrote: >> Richard Henderson writes: >> >>> On 1/5/23 08:43, Alex Bennée wrote: We are about to split softmmu and user mode helpers into different files. To facilitate this we will need to share access to the GDBState bet

Re: [PATCH v2 06/21] gdbstub: move GDBState to shared internals header

2023-02-21 Thread Richard Henderson
On 2/21/23 00:24, Alex Bennée wrote: Richard Henderson writes: On 1/5/23 08:43, Alex Bennée wrote: We are about to split softmmu and user mode helpers into different files. To facilitate this we will need to share access to the GDBState between those files. To keep building we have to tempor

Re: [PATCH v2 06/21] gdbstub: move GDBState to shared internals header

2023-02-21 Thread Alex Bennée
Richard Henderson writes: > On 1/5/23 08:43, Alex Bennée wrote: >> We are about to split softmmu and user mode helpers into different >> files. To facilitate this we will need to share access to the GDBState >> between those files. >> To keep building we have to temporarily define CONFIG_USER_O

Re: [PATCH v2 06/21] gdbstub: move GDBState to shared internals header

2023-01-06 Thread Richard Henderson
On 1/5/23 08:43, Alex Bennée wrote: We are about to split softmmu and user mode helpers into different files. To facilitate this we will need to share access to the GDBState between those files. To keep building we have to temporarily define CONFIG_USER_ONLY just before we include internals.h fo

[PATCH v2 06/21] gdbstub: move GDBState to shared internals header

2023-01-05 Thread Alex Bennée
We are about to split softmmu and user mode helpers into different files. To facilitate this we will need to share access to the GDBState between those files. To keep building we have to temporarily define CONFIG_USER_ONLY just before we include internals.h for the user-mode side of things. This w