diff --git a/CHANGELOG.md b/CHANGELOG.md index 237538db4..7ab9b0e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a975a6a49..f596e6a2a 100644 --- a/README.md +++ b/README.md @@ -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 =============