semihosting: Move include/hw/semihosting/ -> include/semihosting/
commit6b5fe13786f2e06fce4ceb5f871dd239917105c6
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 5 Mar 2021 13:54:49 +0000 (5 13:54 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 10 Mar 2021 15:34:12 +0000 (10 15:34 +0000)
treeb66b910d7e2f7b70ffc18742f60013b60fd4ca78
parent2ceb7c03a2cd89dfb04e2e6707b6e7bd61142653
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>
28 files changed:
MAINTAINERS
gdbstub.c
hw/mips/malta.c
hw/semihosting/arm-compat-semi.c
hw/semihosting/config.c
hw/semihosting/console.c
include/semihosting/console.h [moved from include/hw/semihosting/console.h with 100% similarity]
include/semihosting/semihost.h [moved from include/hw/semihosting/semihost.h with 100% similarity]
linux-user/aarch64/cpu_loop.c
linux-user/arm/cpu_loop.c
linux-user/riscv/cpu_loop.c
linux-user/semihost.c
softmmu/vl.c
stubs/semihost.c
target/arm/helper.c
target/arm/m_helper.c
target/arm/translate-a64.c
target/arm/translate.c
target/lm32/helper.c
target/m68k/op_helper.c
target/mips/cpu.c
target/mips/mips-semi.c
target/mips/translate.c
target/nios2/helper.c
target/riscv/cpu_helper.c
target/unicore32/helper.c
target/xtensa/translate.c
target/xtensa/xtensa-semi.c