On 5/26/26 17:17, Peter Maydell wrote:
We only use cpu_copy() inside linux-user, so we don't need to have the prototype in qemu.h available to code outside linux-user; move it to user-internals.h.Signed-off-by: Peter Maydell <[email protected]> --- linux-user/qemu.h | 3 --- linux-user/user-internals.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Helge Deller <[email protected]>
