Spdk/lib/bdev/virtio/rte_virtio
Dariusz Stojaczyk f2d9e81581 virtio: remove init/attached vdev distinction
This distinction was required to
be able to check if device has been
scanned already. However, with the
upcoming eventq support it will
be possible to re-scan the device
at any time. We could move the
vdev back and forth between the
lists, bu now that SCSI devices have
their own virtio_scsi_dev struct,
we can remove this distinction and
check the scan status from within
the struct itself.

Change-Id: If57e7ce4b9ce900aa36a5aeba9e4b4a432d3c757
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/390109
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2017-12-05 23:06:38 -05:00
..
virtio_user virtio/pci: add user callback for creating PCI vdevs 2017-12-05 13:16:30 -05:00
virtio_pci.c virtio: remove init/attached vdev distinction 2017-12-05 23:06:38 -05:00
virtio_user.c virtio: remove init/attached vdev distinction 2017-12-05 23:06:38 -05:00
virtio.c virtio: remove init/attached vdev distinction 2017-12-05 23:06:38 -05:00
virtio.h virtio: remove init/attached vdev distinction 2017-12-05 23:06:38 -05:00