From 509fedf0114fc4016c9a7cdb7bbb61b288595a41 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 29 Mar 2017 16:01:32 -0700 Subject: [PATCH] doc: link to vhost docs from readme and changelog Change-Id: Ia12de190c5b6c42d1a52dafc5fbab9de93913037 Signed-off-by: Daniel Verkamp --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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 =============