mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
hw: make virtio devices configurable via default-configs/
This is only half of the work, because the proxy devices (virtio-*-pci, virtio-*-ccw, etc.) are still included unconditionally. It is still a move in the right direction. Based-on: <20180522194943.24871-1-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
890b126e6a
commit
b5dfdb082f
15 changed files with 44 additions and 34 deletions
|
@ -11,8 +11,6 @@ common-obj-$(CONFIG_NVME_PCI) += nvme.o
|
|||
|
||||
obj-$(CONFIG_SH4) += tc58128.o
|
||||
|
||||
obj-$(CONFIG_VIRTIO) += virtio-blk.o
|
||||
obj-$(CONFIG_VIRTIO) += dataplane/
|
||||
ifeq ($(CONFIG_VIRTIO),y)
|
||||
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
|
||||
obj-$(CONFIG_VIRTIO_BLK) += dataplane/
|
||||
obj-$(CONFIG_VHOST_USER_BLK) += vhost-user-blk.o
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue