]> git.proxmox.com Git - mirror_qemu.git/commit - default-configs/xtensa-softmmu.mak
semihosting: introduce CONFIG_SEMIHOSTING
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 13 May 2019 14:25:27 +0000 (15:25 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:50 +0000 (10:28 +0100)
commit16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4
tree07cb4fc3156715ca54cf17e7b24777bf8cfbc802
parentf1672e6f2b6642f9bf5042df6713ce8e4a0f00c6
semihosting: introduce CONFIG_SEMIHOSTING

There isn't much point building semihosting for platforms that don't
support it. Introduce a new symbol and enable it only for the softmmu
targets that need it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
default-configs/arm-softmmu.mak
default-configs/lm32-softmmu.mak
default-configs/m68k-softmmu.mak
default-configs/mips-softmmu-common.mak
default-configs/nios2-softmmu.mak
default-configs/xtensa-softmmu.mak
hw/Kconfig
hw/semihosting/Kconfig [new file with mode: 0644]
hw/semihosting/Makefile.objs
stubs/Makefile.objs
stubs/semihost.c [new file with mode: 0644]