]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Use ImageSource in load_symbols
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 17 Jun 2021 03:59:49 +0000 (20:59 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Oct 2023 20:41:55 +0000 (13:41 -0700)
commit86cf82dc9fa366d6758f4b1f9587c8d2f6062bad
treec8f0c9c133ab528b7287c57c3491680bf0b67251
parent3bd0238638070274b9ce3464f0456cdf6ca0884d
linux-user: Use ImageSource in load_symbols

Aside from the section headers, we're unlikely to hit the
ImageSource cache on guest executables.  But the interface
for imgsrc_read_* is better.

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