qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/3] vhost-user mq sequel works


From: Yuanhan Liu
Subject: [Qemu-devel] [PATCH v3 0/3] vhost-user mq sequel works
Date: Fri, 23 Oct 2015 16:48:44 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]