qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Support host notifiers in vhost-user
@ 2018-05-24 10:33 Tiwei Bie
  2018-05-24 10:33 ` [Qemu-devel] [PATCH 1/6] vhost: allow backends to filter memory sections Tiwei Bie
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Tiwei Bie @ 2018-05-24 10:33 UTC (permalink / raw)
  To: mst, jasowang, qemu-devel, virtio-dev; +Cc: tiwei.bie

This patch set depends on below patch set:

http://lists.gnu.org/archive/html/qemu-devel/2018-05/msg05335.html

More details about this patch set can be found from:

http://lists.gnu.org/archive/html/qemu-devel/2018-04/msg01779.html
http://lists.gnu.org/archive/html/qemu-devel/2018-04/msg04626.html

Best regards,
Tiwei Bie

Tiwei Bie (6):
  vhost: allow backends to filter memory sections
  vhost-user: allow slave to send fds via slave channel
  vhost-user: introduce shared vhost-user state
  vhost-user: support registering external host notifiers
  libvhost-user: support host notifier
  vhost-user-bridge: support host notifier

 backends/cryptodev-vhost-user.c       |  20 ++-
 contrib/libvhost-user/libvhost-user.c |  81 ++++++++++--
 contrib/libvhost-user/libvhost-user.h |  32 +++++
 docs/interop/vhost-user.txt           |  38 ++++++
 hw/block/vhost-user-blk.c             |  22 +++-
 hw/scsi/vhost-user-scsi.c             |  20 ++-
 hw/virtio/Makefile.objs               |   2 +-
 hw/virtio/vhost-stub.c                |  10 ++
 hw/virtio/vhost-user.c                | 182 +++++++++++++++++++++++---
 hw/virtio/vhost.c                     |   9 +-
 include/hw/virtio/vhost-backend.h     |   4 +
 include/hw/virtio/vhost-user-blk.h    |   2 +
 include/hw/virtio/vhost-user-scsi.h   |   2 +
 include/hw/virtio/vhost-user.h        |  28 ++++
 net/vhost-user.c                      |  44 +++++--
 tests/vhost-user-bridge.c             |  98 +++++++++++++-
 16 files changed, 550 insertions(+), 44 deletions(-)
 create mode 100644 include/hw/virtio/vhost-user.h

-- 
2.17.0

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

end of thread, other threads:[~2018-05-24 16:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 10:33 [Qemu-devel] [PATCH 0/6] Support host notifiers in vhost-user Tiwei Bie
2018-05-24 10:33 ` [Qemu-devel] [PATCH 1/6] vhost: allow backends to filter memory sections Tiwei Bie
2018-05-24 10:33 ` [Qemu-devel] [PATCH 2/6] vhost-user: allow slave to send fds via slave channel Tiwei Bie
2018-05-24 10:33 ` [Qemu-devel] [PATCH 3/6] vhost-user: introduce shared vhost-user state Tiwei Bie
2018-05-24 10:33 ` [Qemu-devel] [PATCH 4/6] vhost-user: support registering external host notifiers Tiwei Bie
2018-05-24 15:49   ` Michael S. Tsirkin
2018-05-24 16:05     ` Tiwei Bie
2018-05-24 16:15       ` Michael S. Tsirkin
2018-05-24 16:25         ` Tiwei Bie
2018-05-24 10:33 ` [Qemu-devel] [PATCH 5/6] libvhost-user: support host notifier Tiwei Bie
2018-05-24 10:33 ` [Qemu-devel] [PATCH 6/6] vhost-user-bridge: " Tiwei Bie

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).