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
