qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] vhost-user mq sequel works
@ 2015-10-23  8:48 Yuanhan Liu
  2015-10-23  8:48 ` [Qemu-devel] [PATCH v3 1/3] vhost: rename VHOST_RESET_DEVICE back to VHOST_RESET_OWNER Yuanhan Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yuanhan Liu @ 2015-10-23  8:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yuanhan Liu, mst


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-25 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23  8:48 [Qemu-devel] [PATCH v3 0/3] vhost-user mq sequel works Yuanhan Liu
2015-10-23  8:48 ` [Qemu-devel] [PATCH v3 1/3] vhost: rename VHOST_RESET_DEVICE back to VHOST_RESET_OWNER Yuanhan Liu
2015-10-25 12:42   ` Michael S. Tsirkin
2015-10-23  8:48 ` [Qemu-devel] [PATCH v3 2/3] doc: vhost-user: request naming fix Yuanhan Liu
2015-10-23  8:48 ` [Qemu-devel] [PATCH v3 3/3] vhost-user-test: add multiple queue test Yuanhan Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).