]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost-user-bridge: fix resume regression (since 2.9)
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 29 Aug 2017 15:27:51 +0000 (17:27 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 19 Sep 2017 22:48:37 +0000 (17:48 -0500)
commit2a2eab66604fb26e2020932eb6be450e2c7e8613
treebdd893c9c2d7375504689b7a9e2e798262c6430c
parent48f65ce837250f327bcfa04977b72b72f43f232c
vhost-user-bridge: fix resume regression (since 2.9)

Commit e10e798c85c2331 switched to libvhost-user which lacked support
for resuming the avail_idx based on used_idx.

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1485867

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 672339f7eff5e9226f302037290e84e783d2b5cd)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/vhost-user-bridge.c