]> git.proxmox.com Git - mirror_qemu.git/commit
virtio-blk: Correct bug in support for flexible descriptor layout
authorMarc Marí <marc.mari.barcelo@gmail.com>
Tue, 12 Aug 2014 11:41:51 +0000 (13:41 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Aug 2014 17:03:14 +0000 (18:03 +0100)
commita83ceea8ffa5ed8f0b09d6ed1f33da6aae8b14e4
tree80683f549c6f704fda1b77b705802846d091a67a
parent220c1a2fadee125909e88d61637be307fea02d88
virtio-blk: Correct bug in support for flexible descriptor layout

Without this correction, only a three descriptor layout is accepted, and
requests with just two descriptors are not completed and no error message is
displayed.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Marc Marí <marc.mari.barcelo@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/block/virtio-blk.c