Re: [PATCH v3 09/24] gdbstub: move chunk of softmmu functionality to own file

2023-02-21 Thread Richard Henderson
On 2/21/23 12:52, Alex Bennée wrote: This is mostly code motion but a number of things needed to be done for this minimal patch set: - move shared structures to internals.h - splitting some functions into user and softmmu versions - fixing a few casting issues to keep softmmu common Mo

[PATCH v3 09/24] gdbstub: move chunk of softmmu functionality to own file

2023-02-21 Thread Alex Bennée
This is mostly code motion but a number of things needed to be done for this minimal patch set: - move shared structures to internals.h - splitting some functions into user and softmmu versions - fixing a few casting issues to keep softmmu common More CONFIG_USER_ONLY stuff will be handled