Commit 509fedf0 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

doc: link to vhost docs from readme and changelog



Change-Id: Ia12de190c5b6c42d1a52dafc5fbab9de93913037
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 2e82b586
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
@@ -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
=============