]> git.proxmox.com Git - mirror_qemu.git/commit
vhost-user-test: support VHOST_USER_SET_VRING_ENABLE
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 16 Nov 2015 11:33:36 +0000 (13:33 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 16 Nov 2015 12:35:05 +0000 (14:35 +0200)
commit87656d50181e1be475303c1b88be6df0963c5bfd
treeafa290e33b438b342ba29834fb120b273feabfa5
parenta586e65bbd017ab55fe4149dd1bcba5c3a72bcd1
vhost-user-test: support VHOST_USER_SET_VRING_ENABLE

vhost-user-test is broken now: it assumes
QEMU sends RESET_OWNER, and we stopped doing that.
Wait for ENABLE_RING with 0 instead.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/vhost-user-test.c