semihosting: Move hw/semihosting/ -> semihosting/
commit8df9f0c3d7f53c5a123ebb873d1c22daec003c22
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 5 Mar 2021 13:54:50 +0000 (5 13:54 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 10 Mar 2021 15:34:12 +0000 (10 15:34 +0000)
tree623a919b6e81160a13c529ce575968e5a6dd1432
parent6b5fe13786f2e06fce4ceb5f871dd239917105c6
semihosting: Move hw/semihosting/ -> semihosting/

With the exception of hw/core/, the hw/ directory only contains
device models used in system emulation. Semihosting is also used
by user emulation. As a generic feature, move it out of hw/ directory.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210226131356.3964782-3-f4bug@amsat.org>
Message-Id: <20210305135451.15427-3-alex.bennee@linaro.org>
Kconfig
MAINTAINERS
hw/Kconfig
hw/meson.build
meson.build
semihosting/Kconfig [moved from hw/semihosting/Kconfig with 100% similarity]
semihosting/arm-compat-semi.c [moved from hw/semihosting/arm-compat-semi.c with 100% similarity]
semihosting/common-semi.h [moved from hw/semihosting/common-semi.h with 100% similarity]
semihosting/config.c [moved from hw/semihosting/config.c with 100% similarity]
semihosting/console.c [moved from hw/semihosting/console.c with 100% similarity]
semihosting/meson.build [moved from hw/semihosting/meson.build with 100% similarity]