]> Git Repo - qemu.git/commit - linux-user/loader.h
linux-user: Split loader-related prototypes into loader.h
authorPeter Maydell <[email protected]>
Wed, 8 Sep 2021 15:44:00 +0000 (16:44 +0100)
committerLaurent Vivier <[email protected]>
Mon, 13 Sep 2021 18:35:44 +0000 (20:35 +0200)
commit3ad0a76928df01726e5872b8530d8e1eaa1a971d
tree5c3a95e26c6fb4955f6cbb68801571bdac69cd12
parent2113aed687cb0b84ad512c440c1edf6eea8fcde2
linux-user: Split loader-related prototypes into loader.h

Split guest-binary loader prototypes out into a new header
loader.h which we include only where required.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20210908154405[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/elfload.c
linux-user/flatload.c
linux-user/linuxload.c
linux-user/loader.h [new file with mode: 0644]
linux-user/main.c
linux-user/qemu.h
linux-user/signal.c
linux-user/syscall.c
This page took 0.026328 seconds and 4 git commands to generate.