mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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
|
@ -1822,6 +1822,7 @@ if have_system
|
|||
'hw/misc/macio',
|
||||
'hw/net',
|
||||
'hw/net/can',
|
||||
'hw/nvme',
|
||||
'hw/nvram',
|
||||
'hw/pci',
|
||||
'hw/pci-host',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue