On 9/8/21 8:44 AM, Peter Maydell wrote:
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]>
---
  linux-user/loader.h    | 59 ++++++++++++++++++++++++++++++++++++++++++
  linux-user/qemu.h      | 40 ----------------------------
  linux-user/elfload.c   |  1 +
  linux-user/flatload.c  |  1 +
  linux-user/linuxload.c |  1 +
  linux-user/main.c      |  1 +
  linux-user/signal.c    |  1 +
  linux-user/syscall.c   |  1 +
  8 files changed, 65 insertions(+), 40 deletions(-)
  create mode 100644 linux-user/loader.h

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to