Spdk/lib/vhost
Pawel Wodkowski 1b93872dbb vhost: don't expose backend structures outside backend implementation
Theres no need to have vhost SCSI (and incoming vhost block) structures
available in public API. Generic spdk_vhost_dev might be used to
communicate with backedns. Backends are responsible to check if type of
passed vdev valid.

Change-Id: I850a1cc661166ee146d513b0069bb40edc9a761a
Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Reviewed-on: https://review.gerrithub.io/363581
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-06-07 14:28:54 -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: don't expose backend structures outside backend implementation 2017-06-07 14:28:54 -04:00
vhost_iommu.c vhost: add fallback if linux/vfio.h is missing 2017-06-02 19:47:09 -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: don't expose backend structures outside backend implementation 2017-06-07 14:28:54 -04:00
vhost_scsi.c vhost: don't expose backend structures outside backend implementation 2017-06-07 14:28:54 -04:00
vhost.c vhost: don't expose backend structures outside backend implementation 2017-06-07 14:28:54 -04:00