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

2018-02-23 Thread Richard Henderson
On 02/22/2018 04:11 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. > > Signed-off-by: Michael Clark > --- > hw/core/loader.c | 18 -- > include/hw/elf_ops.h

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

2018-02-22 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. Signed-off-by: Michael Clark --- hw/core/loader.c | 18 -- include/hw/elf_ops.h | 34 +- include/hw/loader