summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorKlaus Jensen2021-04-14 22:14:30 +0200
committerKlaus Jensen2021-05-17 09:19:00 +0200
commit88eea45c536470cd3c43440cbb1cd4d3b9fa519c (patch)
treeb5b4d753aa955348af07777518cd0a60b06e5e56 /meson.build
parenthw/block/nvme: move zoned constraints checks (diff)
downloadqemu-88eea45c536470cd3c43440cbb1cd4d3b9fa519c.tar.gz
qemu-88eea45c536470cd3c43440cbb1cd4d3b9fa519c.tar.xz
qemu-88eea45c536470cd3c43440cbb1cd4d3b9fa519c.zip
hw/nvme: move nvme emulation out of hw/block
With the introduction of the nvme-subsystem device we are really cluttering up the hw/block directory. As suggested by Philippe previously, move the nvme emulation to hw/nvme. Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Reviewed-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8e16e05c2a..1559e8d873 100644
--- a/meson.build
+++ b/meson.build
@@ -1822,6 +1822,7 @@ if have_system
'hw/misc/macio',
'hw/net',
'hw/net/can',
+ 'hw/nvme',
'hw/nvram',
'hw/pci',
'hw/pci-host',