Spdk/lib/vhost
Dariusz Stojaczyk 3671543a5b vhost: changed dev_construct()/destruct() to dev_load()/unload()
Since vhost_scsi::new_device() would look mostly the same in vhost_blk,
most of it's logic has been moved into spdk_vhost_dev_construct(),
which is now renamed to spdk_vhost_dev_load().

Change-Id: Ic6db93273f916bd021c2ff68946706d055a514d6
Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/362547
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-05-31 20:25:45 -04:00
..
linux vhost: add copy of virtio headers 2017-03-23 13:51:04 -07:00
rte_vhost vhost: close remaining memory region FDs during backend cleanup 2017-05-24 11:53:47 -04:00
Makefile vhost: separated scsi layer from vhost.c 2017-05-25 18:30:44 -04:00
task.c subsystem: make subsystem init in async manner 2017-05-31 15:30:58 -04:00
task.h vhost: generalized spdk_vhost_dev struct 2017-05-25 18:30:44 -04:00
vhost_internal.h vhost: changed dev_construct()/destruct() to dev_load()/unload() 2017-05-31 20:25:45 -04:00
vhost_iommu.c vhost: fix deadlock on VFIO registration failure 2017-05-24 11:49:11 -04:00
vhost_iommu.h include: Move the remainder of the code base to stdinc.h 2017-05-08 13:20:36 -07:00
vhost_rpc.c vhost: separated scsi layer from vhost.c 2017-05-25 18:30:44 -04:00
vhost_scsi.c vhost: changed dev_construct()/destruct() to dev_load()/unload() 2017-05-31 20:25:45 -04:00
vhost_scsi.h vhost: separated scsi layer from vhost.c 2017-05-25 18:30:44 -04:00
vhost.c vhost: changed dev_construct()/destruct() to dev_load()/unload() 2017-05-31 20:25:45 -04:00