aboutsummaryrefslogtreecommitdiff
path: root/target/mips/mips-semi.c
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-05-13 14:43:57 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-05-28 10:28:50 +0100
commitf1672e6f2b6642f9bf5042df6713ce8e4a0f00c6 (patch)
treef384e3cfd6a784e24b1b5c0fc402c106e12b4485 /target/mips/mips-semi.c
parenta7b21f6762a2d6ec08106d8a7ccb11829914523f (diff)
downloadqemu-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 'target/mips/mips-semi.c')
-rw-r--r--target/mips/mips-semi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/mips-semi.c b/target/mips/mips-semi.c
index a7aefba..eac8374 100644
--- a/target/mips/mips-semi.c
+++ b/target/mips/mips-semi.c
@@ -22,7 +22,7 @@
#include "qemu/log.h"
#include "exec/helper-proto.h"
#include "exec/softmmu-semi.h"
-#include "exec/semihost.h"
+#include "hw/semihosting/semihost.h"
typedef enum UHIOp {
UHI_exit = 1,