]> xenbits.xensource.com Git - qemu-xen.git/commit
linux-user/elfload: Use Error for load_elf_image
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Oct 2020 17:37:45 +0000 (10:37 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2020 10:44:02 +0000 (10:44 +0000)
commitc7f17e7bd744dceff5708346d7c28ea2a08b7c18
treee4486153ce7d1a53d17207643b95e979eb8232a8
parent8a1a5274c9395e2d92aaf6126379f58804a82aca
linux-user/elfload: Use Error for load_elf_image

This is a bit clearer than open-coding some of this
with a bare c string.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201021173749.111103-9-richard.henderson@linaro.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/elfload.c