doc: link to vhost docs from readme and changelog

Change-Id: Ia12de190c5b6c42d1a52dafc5fbab9de93913037
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-03-29 16:01:32 -07:00 committed by Jim Harris
parent 2e82b58684
commit 509fedf011
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ See the [BlobFS documentation](http://www.spdk.io/doc/blobfs.html) for more deta
A userspace implementation of the QEMU vhost-scsi protocol has been added.
The vhost target is capable of exporting SPDK bdevs to QEMU-based VMs as virtio devices.
See the [vhost documentation](http://www.spdk.io/doc/vhost.html) for more details.
### Event framework

View File

@ -19,6 +19,7 @@ The development kit currently includes:
* [I/OAT (DMA engine) driver](http://www.spdk.io/doc/ioat.html)
* [NVMe over Fabrics target](http://www.spdk.io/doc/nvmf.html)
* [iSCSI target](http://www.spdk.io/doc/iscsi.html)
* [vhost target](http://www.spdk.io/doc/vhost.html)
Documentation
=============