aboutsummaryrefslogtreecommitdiff
path: root/hw/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-03-05 13:54:50 +0000
committerAlex Bennée <alex.bennee@linaro.org>2021-03-10 15:34:12 +0000
commit8df9f0c3d7f53c5a123ebb873d1c22daec003c22 (patch)
tree623a919b6e81160a13c529ce575968e5a6dd1432 /hw/meson.build
parent6b5fe13786f2e06fce4ceb5f871dd239917105c6 (diff)
downloadqemu-8df9f0c3d7f53c5a123ebb873d1c22daec003c22.zip
qemu-8df9f0c3d7f53c5a123ebb873d1c22daec003c22.tar.gz
qemu-8df9f0c3d7f53c5a123ebb873d1c22daec003c22.tar.bz2
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 'hw/meson.build')
-rw-r--r--hw/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/meson.build b/hw/meson.build
index e615d72..8ba79b1 100644
--- a/hw/meson.build
+++ b/hw/meson.build
@@ -30,7 +30,6 @@ subdir('rdma')
subdir('rtc')
subdir('scsi')
subdir('sd')
-subdir('semihosting')
subdir('smbios')
subdir('ssi')
subdir('timer')