diff options
author | Philippe Mathieu-Daudé | 2021-03-05 14:54:50 +0100 |
---|---|---|
committer | Alex Bennée | 2021-03-10 16:34:12 +0100 |
commit | 8df9f0c3d7f53c5a123ebb873d1c22daec003c22 (patch) | |
tree | 623a919b6e81160a13c529ce575968e5a6dd1432 /MAINTAINERS | |
parent | semihosting: Move include/hw/semihosting/ -> include/semihosting/ (diff) | |
download | qemu-8df9f0c3d7f53c5a123ebb873d1c22daec003c22.tar.gz qemu-8df9f0c3d7f53c5a123ebb873d1c22daec003c22.tar.xz qemu-8df9f0c3d7f53c5a123ebb873d1c22daec003c22.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c5ff881892..3456993062 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3249,7 +3249,7 @@ F: qapi/rdma.json Semihosting M: Alex Bennée <alex.bennee@linaro.org> S: Maintained -F: hw/semihosting/ +F: semihosting/ F: include/semihosting/ Multi-process QEMU |