aboutsummaryrefslogtreecommitdiff
path: root/hw/nvme/trace.h
diff options
context:
space:
mode:
authorKlaus Jensen <k.jensen@samsung.com>2021-04-14 22:14:30 +0200
committerKlaus Jensen <k.jensen@samsung.com>2021-05-17 09:19:00 +0200
commit88eea45c536470cd3c43440cbb1cd4d3b9fa519c (patch)
treeb5b4d753aa955348af07777518cd0a60b06e5e56 /hw/nvme/trace.h
parent49ad39c55a2086637bbde4616491dfee17a142e7 (diff)
downloadqemu-88eea45c536470cd3c43440cbb1cd4d3b9fa519c.zip
qemu-88eea45c536470cd3c43440cbb1cd4d3b9fa519c.tar.gz
qemu-88eea45c536470cd3c43440cbb1cd4d3b9fa519c.tar.bz2
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 'hw/nvme/trace.h')
-rw-r--r--hw/nvme/trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nvme/trace.h b/hw/nvme/trace.h
new file mode 100644
index 0000000..b398ea1
--- /dev/null
+++ b/hw/nvme/trace.h
@@ -0,0 +1 @@
+#include "trace/trace-hw_nvme.h"