mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
49ad39c55a
commit
88eea45c53
16 changed files with 217 additions and 216 deletions
|
@ -21,6 +21,7 @@ source mem/Kconfig
|
|||
source misc/Kconfig
|
||||
source net/Kconfig
|
||||
source nubus/Kconfig
|
||||
source nvme/Kconfig
|
||||
source nvram/Kconfig
|
||||
source pci-bridge/Kconfig
|
||||
source pci-host/Kconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue