virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-12 04:55:00 to 2022-07-26 17:10:55 UTC [more...]

[PATCH] VMCI: Update maintainers for VMCI
 2022-07-26 17:10 UTC  (7+ messages)

[PATCH V3 4/6] vDPA: !FEATURES_OK should not block querying device config space
 2022-07-26 15:56 UTC  (18+ messages)
  ` [PATCH V3 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
  ` [PATCH V3 1/6] vDPA/ifcvf: get_config_size should return a value no greater than dev implementation
  ` [PATCH V3 3/6] vDPA: allow userspace to query features of a vDPA device

[RFC PATCH 1/1] drivers/vhost: vhost-blk accelerator for virtio-blk guests
 2022-07-26 15:06 UTC  (2+ messages)

[PATCH V4 3/6] vDPA: allow userspace to query features of a vDPA device
 2022-07-26 11:15 UTC  (5+ messages)
  ` [PATCH V4 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-07-26  8:07 UTC  (3+ messages)
  ` [RFC 1/5] vhost: reorder used descriptors in a batch
  ` [RFC 4/5] virtio: get desc id in order

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-07-26  7:22 UTC  (43+ messages)
` [PATCH v13 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v13 05/42] virtio_ring: split vring_virtqueue
` [PATCH v13 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam

[PATCH v4 1/1] Create debugfs file with virtio balloon usage information
 2022-07-25 11:36 UTC  (4+ messages)
    ` [PATCH v5 "

[CFP LPC 2022] Confidential Computing Microconference
 2022-07-25  9:55 UTC  (2+ messages)
` [CLOSED] "

[PATCH V6] virtio-net: fix the race between refill work and close
 2022-07-25  9:39 UTC  (4+ messages)

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-25  7:28 UTC  (60+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v12 05/40] virtio_ring: split vring_virtqueue
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v12 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v12 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v12 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v12 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v12 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v12 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v12 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v12 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v12 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 23/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 25/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v12 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v12 33/40] virtio_mmio: "
` [PATCH v12 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v12 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v12 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v12 37/40] virtio_net: split free_unused_bufs()
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "
` [PATCH v12 40/40] virtio_net: support set_ringparam

[PATCH] iommu/virtio: Advertise IOMMU_CAP_CACHE_COHERENCY
 2022-07-22 12:15 UTC  (5+ messages)

[PATCH] smp/hotplug, x86/vmware: Put offline vCPUs in halt instead of mwait
 2022-07-21 20:44 UTC 

VIRTIO_NET_F_MTU not negotiated
 2022-07-20 10:14 UTC  (2+ messages)

[PATCH] virtio: Force DMA restricted devices through DMA API
 2022-07-20  9:58 UTC  (7+ messages)

[RFC PATCH v1 1/3] vsock: use sk_skrcvlowat to set POLLIN,POLLRDNORM, bits
 2022-07-20  9:30 UTC  (7+ messages)
  ` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
  ` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test
` [RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM

[PATCH v3 1/5] vduse: Remove unnecessary spin lock protection
 2022-07-20  9:15 UTC  (4+ messages)
  ` [PATCH v3 3/5] vduse: Support using userspace pages as bounce buffer
  ` [PATCH v3 4/5] vduse: Support registering userspace memory for IOVA regions
  ` [PATCH v3 5/5] vduse: Support querying information of "

[PATCH v1 4/6] dma-buf: Acquire wait-wound context on attachment
 2022-07-20  8:29 UTC  (5+ messages)
  ` [PATCH v1 1/6] dma-buf: Add _unlocked postfix to function names
  ` [PATCH v1 2/6] drm/gem: Take reservation lock for vmap/vunmap operations

[PATCH v7 7/9] drm/virtio: Improve DMA API usage for shmem BOs
 2022-07-19 10:31 UTC  (4+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-18  9:11 UTC  (15+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH RFC 1/3] vdpa/mlx5: Implement susupend virtqueue callback
 2022-07-18  9:03 UTC  (5+ messages)

Call for papers - ICITS'2023 | Cusco, Peru | Deadline: September 4
 2022-07-17 10:05 UTC 

[PATCH 0/2] vhost-scsi: IO virtqueue creation fixes/features
 2022-07-15  3:40 UTC  (5+ messages)
` [PATCH 1/2] vhost-scsi: Fix max number of virtqueues
` [PATCH 2/2] vhost scsi: Allow user to control num virtqueues

[PATCH v2 0/5] VDUSE: Support registering userspace memory as bounce buffer
 2022-07-14  2:59 UTC  (9+ messages)
  ` [PATCH v2 1/5] vduse: Remove unnecessary spin lock protection
  ` [PATCH v2 2/5] vduse: Use memcpy_{to,from}_page() in do_bounce()
  ` [PATCH v2 4/5] vduse: Support querying IOLTB information

[PATCH] tools/virtio: drop phys_addr_t typedef
 2022-07-12 12:30 UTC  (3+ messages)

[RFC PATCH 0/6] virtio_test: add support for vhost-vdpa
 2022-07-12  9:20 UTC  (5+ messages)

[PATCH] rpmsg: virtio: Fix broken rpmsg_probe()
 2022-07-12  8:21 UTC  (7+ messages)

[PATCH v6 1/4] vdpa: Add suspend operation
 2022-07-12  8:08 UTC  (4+ messages)
  ` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device

[PATCH v2 4/8] drm/qxl: Use the hotspot properties from cursor planes
 2022-07-12  7:58 UTC  (2+ messages)
  ` [PATCH v2 6/8] drm/virtio: "

[PATCH v10 0/8] Use copy_process in vhost layer
 2022-07-12  4:54 UTC  (3+ messages)


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