Alex Bennée <alex.ben...@linaro.org> writes: > 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 > - convert some helpers to public gdb_ functions (via 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 in a following patches. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Moving the shared structures and adding the gdb_ prefix could have been in separate patches. This one got a bit noisy. Reviewed-by: Fabiano Rosas <faro...@suse.de>