On 9/30/20 10:46 PM, [email protected] wrote: > From: Shahab Vahedi <[email protected]> > > Add remaining bits of the Synopsys ARCv2 (EM/HS) support into QEMU, > configure bits, arch_init and configuration files for softmmu (hardware > emulation). > > Signed-off-by: Shahab Vahedi <[email protected]> > --- > configure | 5 +++++ > default-configs/arc-softmmu.mak | 5 +++++ > disas.c | 2 ++ > disas/meson.build | 1 + > hw/meson.build | 1 + > include/disas/dis-asm.h | 10 +++++++++- > include/elf.h | 3 +++ > include/exec/poison.h | 2 ++ > include/sysemu/arch_init.h | 1 + > meson.build | 3 ++- > softmmu/arch_init.c | 2 ++ > target/meson.build | 1 + > 12 files changed, 34 insertions(+), 2 deletions(-) > create mode 100644 default-configs/arc-softmmu.mak
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
