From 5d0bdadc4efeba1cd72b236cd6dbc0cf8dcedd48 Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Mon, 23 Oct 2017 22:01:04 +0200 Subject: [PATCH] changelog: add virtio-initiator Change-Id: I7fb7adb2d7ffdd4e99544a9b96c4342dde9b840e Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/383502 Reviewed-by: Daniel Verkamp Tested-by: SPDK Automated Test System --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b054d2c88..63d97d5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,6 +123,13 @@ It is possible to create pmem devices on top of pmem pool files using RPC. See the [Pmem Block Device](http://www.spdk.io/doc/bdev.html#bdev_config_pmem) documentation for more information. +### Virtio SCSI driver + +A userspace driver for Virtio SCSI devices has been added. +The driver is capable of creating block devices on top of LUNs exposed by another SPDK vhost-scsi application. + +See the [Virtio SCSI](http://www.spdk.io/doc/virtio.html) documentation and [Getting Started](http://www.spdk.io/doc/bdev.html#bdev_config_virtio_scsi) guide for more information. + ## v17.07: Build system improvements, userspace vhost-blk target, and GPT bdev