qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL V2 00/15] Net patches
@ 2022-03-10  2:38 Jason Wang
  2022-03-10  2:38 ` [PULL V2 01/15] virtio-net: fix map leaking on error during receive Jason Wang
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Jason Wang @ 2022-03-10  2:38 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: Jason Wang

The following changes since commit d9ccf33f9479201e5add8db0af68ca9ca8da358b:

  Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull-request' into staging (2022-03-09 20:01:17 +0000)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to eea40402ecf895ed345f8e8eb07dbb484f4542c5:

  vdpa: Expose VHOST_F_LOG_ALL on SVQ (2022-03-10 10:26:32 +0800)

----------------------------------------------------------------

----------------------------------------------------------------
Eugenio Pérez (14):
      vhost: Add VhostShadowVirtqueue
      vhost: Add Shadow VirtQueue kick forwarding capabilities
      vhost: Add Shadow VirtQueue call forwarding capabilities
      vhost: Add vhost_svq_valid_features to shadow vq
      virtio: Add vhost_svq_get_vring_addr
      vdpa: adapt vhost_ops callbacks to svq
      vhost: Shadow virtqueue buffers forwarding
      util: Add iova_tree_alloc_map
      util: add iova_tree_find_iova
      vhost: Add VhostIOVATree
      vdpa: Add custom IOTLB translations to SVQ
      vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
      vdpa: Never set log_base addr if SVQ is enabled
      vdpa: Expose VHOST_F_LOG_ALL on SVQ

Jason Wang (1):
      virtio-net: fix map leaking on error during receive

 hw/net/virtio-net.c                |   1 +
 hw/virtio/meson.build              |   2 +-
 hw/virtio/vhost-iova-tree.c        | 110 +++++++
 hw/virtio/vhost-iova-tree.h        |  27 ++
 hw/virtio/vhost-shadow-virtqueue.c | 638 +++++++++++++++++++++++++++++++++++++
 hw/virtio/vhost-shadow-virtqueue.h |  87 +++++
 hw/virtio/vhost-vdpa.c             | 525 +++++++++++++++++++++++++++++-
 include/hw/virtio/vhost-vdpa.h     |   8 +
 include/qemu/iova-tree.h           |  38 ++-
 util/iova-tree.c                   | 169 ++++++++++
 10 files changed, 1588 insertions(+), 17 deletions(-)
 create mode 100644 hw/virtio/vhost-iova-tree.c
 create mode 100644 hw/virtio/vhost-iova-tree.h
 create mode 100644 hw/virtio/vhost-shadow-virtqueue.c
 create mode 100644 hw/virtio/vhost-shadow-virtqueue.h



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

end of thread, other threads:[~2022-03-11  4:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10  2:38 [PULL V2 00/15] Net patches Jason Wang
2022-03-10  2:38 ` [PULL V2 01/15] virtio-net: fix map leaking on error during receive Jason Wang
2022-03-10  2:38 ` [PULL V2 02/15] vhost: Add VhostShadowVirtqueue Jason Wang
2022-03-10  2:38 ` [PULL V2 03/15] vhost: Add Shadow VirtQueue kick forwarding capabilities Jason Wang
2022-03-10  2:38 ` [PULL V2 04/15] vhost: Add Shadow VirtQueue call " Jason Wang
2022-03-10  2:38 ` [PULL V2 05/15] vhost: Add vhost_svq_valid_features to shadow vq Jason Wang
2022-03-10  2:38 ` [PULL V2 06/15] virtio: Add vhost_svq_get_vring_addr Jason Wang
2022-03-10  2:38 ` [PULL V2 07/15] vdpa: adapt vhost_ops callbacks to svq Jason Wang
2022-03-10  2:39 ` [PULL V2 08/15] vhost: Shadow virtqueue buffers forwarding Jason Wang
2022-03-10  2:39 ` [PULL V2 09/15] util: Add iova_tree_alloc_map Jason Wang
2022-03-10  2:39 ` [PULL V2 10/15] util: add iova_tree_find_iova Jason Wang
2022-03-10  2:39 ` [PULL V2 11/15] vhost: Add VhostIOVATree Jason Wang
2022-03-10  2:39 ` [PULL V2 12/15] vdpa: Add custom IOTLB translations to SVQ Jason Wang
2022-03-10  2:39 ` [PULL V2 13/15] vdpa: Adapt vhost_vdpa_get_vring_base " Jason Wang
2022-03-10  2:39 ` [PULL V2 14/15] vdpa: Never set log_base addr if SVQ is enabled Jason Wang
2022-03-10  2:39 ` [PULL V2 15/15] vdpa: Expose VHOST_F_LOG_ALL on SVQ Jason Wang
2022-03-10 17:06 ` [PULL V2 00/15] Net patches Peter Maydell
2022-03-11  4:43   ` Jason Wang

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