summaryrefslogtreecommitdiffstats
path: root/net/vhost-user.c
diff options
context:
space:
mode:
authorThibaut Collet2015-10-19 14:59:27 +0200
committerMichael S. Tsirkin2015-10-22 13:34:50 +0200
commit25a2a920dddcf72896d94b37b6048a8147bc3198 (patch)
treedf17c3e9b309fcb257410ce745cbc474d020d4d7 /net/vhost-user.c
parentpiix: fix resource leak reported by Coverity (diff)
downloadqemu-25a2a920dddcf72896d94b37b6048a8147bc3198.tar.gz
qemu-25a2a920dddcf72896d94b37b6048a8147bc3198.tar.xz
qemu-25a2a920dddcf72896d94b37b6048a8147bc3198.zip
vhost: set the correct queue index in case of migration with multiqueue
When a live migration is started the log address to mark dirty pages is provided to the vhost backend through the vhost_dev_set_log function. This function is called for each queue pairs but the queue index is wrongly set: always set to the first queue pair. Then vhost backend lost descriptor addresses of the queue pairs greater than 1 and behaviour of the vhost backend is unpredictable. The queue index is computed by taking account of the vq_index (to retrieve the queue pair index) and calling the vhost_get_vq_index method of the backend. Signed-off-by: Thibaut Collet <thibaut.collet@6wind.com> Cc: qemu-stable@nongnu.org Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'net/vhost-user.c')
0 files changed, 0 insertions, 0 deletions