summaryrefslogtreecommitdiffstats
path: root/linux-user/riscv/cpu_loop.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-03-05 14:54:49 +0100
committerAlex Bennée2021-03-10 16:34:12 +0100
commit6b5fe13786f2e06fce4ceb5f871dd239917105c6 (patch)
treeb66b910d7e2f7b70ffc18742f60013b60fd4ca78 /linux-user/riscv/cpu_loop.c
parenttests/avocado: add boot_xen tests (diff)
downloadqemu-6b5fe13786f2e06fce4ceb5f871dd239917105c6.tar.gz
qemu-6b5fe13786f2e06fce4ceb5f871dd239917105c6.tar.xz
qemu-6b5fe13786f2e06fce4ceb5f871dd239917105c6.zip
semihosting: Move include/hw/semihosting/ -> include/semihosting/
We want to move the semihosting code out of hw/ in the next patch. This patch contains the mechanical steps, created using: $ git mv include/hw/semihosting/ include/ $ sed -i s,hw/semihosting,semihosting, $(git grep -l hw/semihosting) Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210226131356.3964782-2-f4bug@amsat.org> Message-Id: <20210305135451.15427-2-alex.bennee@linaro.org>
Diffstat (limited to 'linux-user/riscv/cpu_loop.c')
-rw-r--r--linux-user/riscv/cpu_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/riscv/cpu_loop.c b/linux-user/riscv/cpu_loop.c
index 9665dabb09..6767f941e8 100644
--- a/linux-user/riscv/cpu_loop.c
+++ b/linux-user/riscv/cpu_loop.c
@@ -23,7 +23,7 @@
#include "qemu.h"
#include "cpu_loop-common.h"
#include "elf.h"
-#include "hw/semihosting/common-semi.h"
+#include "semihosting/common-semi.h"
void cpu_loop(CPURISCVState *env)
{