]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen-traditional.git/commit
virtio-blk: correctly link new request in virtio_blk_load()
authorYunlei Ding <yunlei.ding@citrix.com>
Tue, 11 Mar 2014 09:49:59 +0000 (09:49 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:07 +0000 (16:52 +0100)
commit4fd8feea11eca12e370d9ada03c8d1bf81541a9a
tree31a1576fe6365551cf035b59c250578bf0fbe369
parent1f9e474fca9b15b27f8f97220d165cd9f83a1fb0
virtio-blk: correctly link new request in virtio_blk_load()

s->rq should be set with req instead of req-next.

Signed-off-by: Yunlei Ding <yunlei.ding@citrix.com>
Coverity-ID: 1055910
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
hw/virtio-blk.c