Spdk/lib/bdev
Dariusz Stojaczyk 6ccc262022 virtio: remove g_virtio_driver
g_virtio_driver contained just a list of all
Virtio-SCSI devices. It's now being removed for
two reasons:
 * it's backend-specific, doesn't fit a generic virtio lib
 * it's difficult to ensure thread-safety for it

Virtio bdev modules will now manage their Virtio
devices by themselves. Virtio-SCSI has now an internal
device list. (And VirtioBlk module maps devices to
bdevs 1:1, so doesn't need any additional work here.)

Change-Id: I3bc68d76d6904df5c56f00fca7ab387871ecf88f
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/405179
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2018-03-27 00:58:14 -04:00
..
aio bdev/aio: remove deprecated "fname" RPC parameter 2018-03-23 03:57:44 -04:00
error bdev/error: Fix free resource when vbdev_error_init() failed 2018-03-23 13:06:47 -04:00
gpt bdev: rename spdk_bdev_module_if -> spdk_bdev_module 2018-03-13 00:55:12 -04:00
iscsi bdev: add iSCSI initiator bdev module 2018-03-21 20:35:42 -04:00
lvol lvol: remove num_clusters member from spdk_lvol 2018-03-23 04:02:13 -04:00
malloc bdev/malloc: add JSON config dump 2018-03-23 03:57:44 -04:00
null bdev/null: add JSON config dump 2018-03-23 03:57:44 -04:00
nvme io_channel: add return value to pollers 2018-03-13 11:16:20 -04:00
passthru bdev: Vbdev Passthru Example 2018-03-20 19:10:08 -04:00
pmem bdev/pmem: add JSON config dump 2018-03-23 03:57:44 -04:00
rbd bdev/rbd: add JSON config dump 2018-03-23 03:57:44 -04:00
rpc bdev: introduce 'get_bdevs_config' RPC call 2018-03-23 03:57:44 -04:00
split bdev: rename spdk_bdev_module_if -> spdk_bdev_module 2018-03-13 00:55:12 -04:00
virtio virtio: remove g_virtio_driver 2018-03-27 00:58:14 -04:00
bdev.c bdev: introduce 'get_bdevs_config' RPC call 2018-03-23 03:57:44 -04:00
Makefile bdev: add iSCSI initiator bdev module 2018-03-21 20:35:42 -04:00
part.c bdev: rename spdk_bdev_module_if -> spdk_bdev_module 2018-03-13 00:55:12 -04:00
scsi_nvme.c nvme_spec: remove SGL Sub Type Invalid status code 2017-09-22 17:11:53 -04:00
vtune.c bdev: disable new GCC 7 warning in VTune code 2018-03-19 15:58:15 -04:00