Re: [Qemu-devel] [PATCH v8 11/23] Add symbol table callback interface to load_elf

2018-03-09 Thread Philippe Mathieu-Daudé
On 03/02/2018 02:51 PM, Michael Clark wrote: > The RISC-V HTIF (Host Target Interface) console device requires access > to the symbol table to locate the 'tohost' and 'fromhost' symbols. > > Reviewed-by: Richard Henderson > Signed-off-by: Michael Clark Reviewed-by: Philippe Mathieu-Daudé > --

[Qemu-devel] [PATCH v8 11/23] Add symbol table callback interface to load_elf

2018-03-02 Thread Michael Clark
The RISC-V HTIF (Host Target Interface) console device requires access to the symbol table to locate the 'tohost' and 'fromhost' symbols. Reviewed-by: Richard Henderson Signed-off-by: Michael Clark --- hw/core/loader.c | 18 -- include/hw/elf_ops.h | 34 +