From 1cb3fd4565017d24bd8fc9680df3a31d5fac0efe Mon Sep 17 00:00:00 2001 From: Pawel Wodkowski Date: Mon, 7 Aug 2017 19:35:42 +0200 Subject: [PATCH] doc: update vhost known bugs section Change-Id: I854dea6fb45c11029b7586dd91b9a1669d9cb4ff Signed-off-by: Pawel Wodkowski Reviewed-on: https://review.gerrithub.io/373087 Tested-by: SPDK Automated Test System Reviewed-by: Dariusz Stojaczyk Reviewed-by: Daniel Verkamp Reviewed-by: Ben Walker --- doc/vhost.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/doc/vhost.md b/doc/vhost.md index 0c88081f8..e7beaa3f3 100644 --- a/doc/vhost.md +++ b/doc/vhost.md @@ -178,14 +178,9 @@ assigned to the VM. # Known bugs and limitations {#vhost_bugs} -## Hot plug is not supported +## Windows virtio-blk driver before version 0.1.130-1 only works with 512-byte sectors -Hot plug is not supported in vhost yet. Event queue path doesn't handle that -case yet. - -## Windows virtio-blk driver only works with 512-byte sectors - -The Windows `viostor` driver is buggy and does not correctly support vhost-blk -devices with non-512-byte block size. +The Windows `viostor` driver before version 0.1.130-1 is buggy and does not +correctly support vhost-blk devices with non-512-byte block size. See the [bug report](https://bugzilla.redhat.com/show_bug.cgi?id=1411092) for more information.