Commit e820b2d1 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

doc/vhost: note buggy Windows virtio-blk driver



Change-Id: I74daf6c649d39954f8f4cbead8849e589d39a5aa
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/372011


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 23659578
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -178,3 +178,10 @@ assigned to the VM.

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.
See the [bug report](https://bugzilla.redhat.com/show_bug.cgi?id=1411092) for
more information.