Patch 1 is basically reverts the patch does the rename, as it may break build for VHOST_RESET_OWNER is no longer defined.
As Michael stated, reverting it is not enough, we need send it from the right place, and send SET_VRING_ENABLE at start/stop, which is something I will do later. Patch 2 is a minor fix or request naming in vhost-user spec Patch 3 adds the vhost-user mq unit test --- Yuanhan Liu (3): vhost: rename VHOST_RESET_DEVICE back to VHOST_RESET_OWNER doc: vhost-user: request naming fix vhost-user-test: add multiple queue test docs/specs/vhost-user.txt | 25 +++++++++++++------------ hw/virtio/vhost-backend.c | 2 +- hw/virtio/vhost-user.c | 6 +++--- linux-headers/linux/vhost.h | 2 +- tests/vhost-user-test.c | 27 +++++++++++++++++++++++---- 5 files changed, 41 insertions(+), 21 deletions(-) -- 1.9.0