On 08/08/2018 01:48 PM, 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. > > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > hw/virtio/Makefile.objs | 1 + > hw/virtio/virtio-pci.c | 68 --------------------------- > hw/virtio/virtio-scsi-pci.c | 93 +++++++++++++++++++++++++++++++++++++ > tests/Makefile.include | 4 +- > 4 files changed, 96 insertions(+), 70 deletions(-) > create mode 100644 hw/virtio/virtio-scsi-pci.c
Reviewed-by: Thomas Huth <th...@redhat.com>