]> git.proxmox.com Git - mirror_qemu.git/commit
semihosting: move semihosting configuration into its own directory
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 13 May 2019 13:43:57 +0000 (14:43 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:50 +0000 (10:28 +0100)
commitf1672e6f2b6642f9bf5042df6713ce8e4a0f00c6
treef384e3cfd6a784e24b1b5c0fc402c106e12b4485
parenta7b21f6762a2d6ec08106d8a7ccb11829914523f
semihosting: move semihosting configuration into its own directory

In preparation for having some more common semihosting code let's
excise the current config magic from vl.c into its own file. We shall
later add more conditionals to the build configurations so we can
avoid building this if we don't 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>
20 files changed:
gdbstub.c
hw/Makefile.objs
hw/mips/mips_malta.c
hw/semihosting/Makefile.objs [new file with mode: 0644]
hw/semihosting/config.c [new file with mode: 0644]
include/exec/semihost.h [deleted file]
include/hw/semihosting/semihost.h [new file with mode: 0644]
include/sysemu/sysemu.h
target/arm/arm-semi.c
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate.c
target/lm32/helper.c
target/m68k/op_helper.c
target/mips/mips-semi.c
target/mips/translate.c
target/nios2/helper.c
target/xtensa/translate.c
target/xtensa/xtensa-semi.c
vl.c