qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 08/10] gdbstub: move chunk of softmmu functionality to own


From: Fabiano Rosas
Subject: Re: [PATCH v1 08/10] gdbstub: move chunk of softmmu functionality to own file
Date: Fri, 16 Dec 2022 12:52:45 -0300

Alex Bennée <alex.bennee@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.bennee@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 <farosas@suse.de>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]