diff options
author | Juan Quintela <quintela@redhat.com> | 2019-01-03 15:10:05 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-01-17 21:10:57 -0500 |
commit | 693510dd20000f0d5edd64f1fae269b0ee320af3 (patch) | |
tree | 3b92685027c592c57486927cdeb7a2f1028d9603 /hw/virtio/Makefile.objs | |
parent | f170c5ef2fd0f99e9b9fe72276f8b74f17eaf3c5 (diff) | |
download | qemu-693510dd20000f0d5edd64f1fae269b0ee320af3.zip qemu-693510dd20000f0d5edd64f1fae269b0ee320af3.tar.gz qemu-693510dd20000f0d5edd64f1fae269b0ee320af3.tar.bz2 |
virtio: split vhost user scsi bits from virtio-pci
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/Makefile.objs')
-rw-r--r-- | hw/virtio/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/virtio/Makefile.objs b/hw/virtio/Makefile.objs index 35b7698..f851a6f 100644 --- a/hw/virtio/Makefile.objs +++ b/hw/virtio/Makefile.objs @@ -14,6 +14,7 @@ obj-$(CONFIG_VHOST_VSOCK) += vhost-vsock.o ifeq ($(CONFIG_PCI),y) obj-$(CONFIG_VHOST_VSOCK) += vhost-vsock-pci.o obj-$(CONFIG_VHOST_USER_BLK) += vhost-user-blk-pci.o +obj-$(CONFIG_VHOST_USER_SCSI) += vhost-user-scsi-pci.o obj-$(CONFIG_VIRTIO_INPUT_HOST) += virtio-input-host-pci.o obj-$(CONFIG_VIRTIO_INPUT) += virtio-input-pci.o obj-$(CONFIG_VIRTIO_RNG) += virtio-rng-pci.o |