diff options
author | Klaus Jensen | 2021-04-14 22:14:30 +0200 |
---|---|---|
committer | Klaus Jensen | 2021-05-17 09:19:00 +0200 |
commit | 88eea45c536470cd3c43440cbb1cd4d3b9fa519c (patch) | |
tree | b5b4d753aa955348af07777518cd0a60b06e5e56 /MAINTAINERS | |
parent | hw/block/nvme: move zoned constraints checks (diff) | |
download | qemu-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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 78561a223f..e3c2866393 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1956,7 +1956,7 @@ M: Keith Busch <kbusch@kernel.org> M: Klaus Jensen <its@irrelevant.dk> L: qemu-block@nongnu.org S: Supported -F: hw/block/nvme* +F: hw/nvme/* F: include/block/nvme.h F: tests/qtest/nvme-test.c F: docs/system/nvme.rst |