summary refs log tree commit diff stats
path: root/hw/nvme (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hw/nvme: fix styleGollu Appalanaidu2021-06-291-3/+3
| | | | | | | Identify command related functions style fix. Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
* hw/nvme: move nvme emulation out of hw/blockKlaus Jensen2021-05-179-0/+8291
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>