[PATCH 0/2] linux-user: tidy up qemu.h

Peter Maydell posted 2 patches 4 days, 1 hour ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260526151757.2371476-1-peter.maydell@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
linux-user/qemu.h           |  5 -----
linux-user/user-internals.h | 18 ++++++++++++++++++
2 files changed, 18 insertions(+), 5 deletions(-)
[PATCH 0/2] linux-user: tidy up qemu.h
Posted by Peter Maydell 4 days, 1 hour ago
linux-user has a qemu.h header which is intended for types and
prototypes that need to be used by source files outside linux-user
itself (e.g.  the gdbstub or the semihosting code).  Prototypes that
are only needed within linux-user itself live in user-internals.h.

This patchset moves a couple of prototypes that snuck into qemu.h
when they ought to live in user-internals.h.

thanks
-- PMM

Peter Maydell (2):
  linux-user: Move init_main_thread() prototype to user-internals.h
  linux-user: Move cpu_copy() to user-internals.h

 linux-user/qemu.h           |  5 -----
 linux-user/user-internals.h | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 5 deletions(-)

-- 
2.43.0