]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
semihosting: Move hw/semihosting/ -> semihosting/
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 5 Mar 2021 13:54:50 +0000 (13:54 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 10 Mar 2021 15:34:12 +0000 (15:34 +0000)
commit8df9f0c3d7f53c5a123ebb873d1c22daec003c22
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>
17 files changed:
Kconfig
MAINTAINERS
hw/Kconfig
hw/meson.build
hw/semihosting/Kconfig [deleted file]
hw/semihosting/arm-compat-semi.c [deleted file]
hw/semihosting/common-semi.h [deleted file]
hw/semihosting/config.c [deleted file]
hw/semihosting/console.c [deleted file]
hw/semihosting/meson.build [deleted file]
meson.build
semihosting/Kconfig [new file with mode: 0644]
semihosting/arm-compat-semi.c [new file with mode: 0644]
semihosting/common-semi.h [new file with mode: 0644]
semihosting/config.c [new file with mode: 0644]
semihosting/console.c [new file with mode: 0644]
semihosting/meson.build [new file with mode: 0644]