diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-05-13 14:43:57 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-05-28 10:28:50 +0100 |
commit | f1672e6f2b6642f9bf5042df6713ce8e4a0f00c6 (patch) | |
tree | f384e3cfd6a784e24b1b5c0fc402c106e12b4485 /include/sysemu | |
parent | a7b21f6762a2d6ec08106d8a7ccb11829914523f (diff) | |
download | qemu-f1672e6f2b6642f9bf5042df6713ce8e4a0f00c6.zip qemu-f1672e6f2b6642f9bf5042df6713ce8e4a0f00c6.tar.gz qemu-f1672e6f2b6642f9bf5042df6713ce8e4a0f00c6.tar.bz2 |
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>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 5f133ca..61579ae 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -193,5 +193,6 @@ extern QemuOptsList qemu_nic_opts; extern QemuOptsList qemu_net_opts; extern QemuOptsList qemu_global_opts; extern QemuOptsList qemu_mon_opts; +extern QemuOptsList qemu_semihosting_config_opts; #endif |