]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Use ImageSource in load_elf_image
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 17 Jun 2021 03:32:56 +0000 (20:32 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Oct 2023 20:41:55 +0000 (13:41 -0700)
commit3bd0238638070274b9ce3464f0456cdf6ca0884d
tree5517727778b0fa651ab49393517a1b4b134a4954
parent40d487eecfac331234cf7a5bfd26ff6f667b2b82
linux-user: Use ImageSource in load_elf_image

Change parse_elf_properties as well, as the bprm_buf argument
ties the two functions closely.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/elfload.c