commit | 88eea45c536470cd3c43440cbb1cd4d3b9fa519c | [log] [tgz] |
---|---|---|
author | Klaus Jensen <k.jensen@samsung.com> | Wed Apr 14 22:14:30 2021 +0200 |
committer | Klaus Jensen <k.jensen@samsung.com> | Mon May 17 09:19:00 2021 +0200 |
tree | b5b4d753aa955348af07777518cd0a60b06e5e56 | |
parent | 49ad39c55a2086637bbde4616491dfee17a142e7 [diff] |
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>