Re: [Qemu-devel] [PATCH v2 10/16] virtio: split virtio scsi bits from virtio-pci

2018-11-28 Thread Laurent Vivier
On 26/11/2018 21:00, Juan Quintela wrote: > Notice that we can't still run tests with it disabled. Both cdrom-test and > drive_del-test use virtio-scsi without checking if it is enabled. > > Reviewed-by: Thomas Huth > Signed-off-by: Juan Quintela > --- > hw/virtio/Makefile.objs | 1 + >

[Qemu-devel] [PATCH v2 10/16] virtio: split virtio scsi bits from virtio-pci

2018-11-26 Thread Juan Quintela
Notice that we can't still run tests with it disabled. Both cdrom-test and drive_del-test use virtio-scsi without checking if it is enabled. Reviewed-by: Thomas Huth Signed-off-by: Juan Quintela --- hw/virtio/Makefile.objs | 1 + hw/virtio/virtio-pci.c | 69 ---