virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-05 22:54:24 to 2018-12-17 22:55:40 UTC [more...]

kernel vhost demands an interrupt from guest when the ring is full in order to enable guest to submit new packets to the queue
 2018-12-17 22:55 UTC  (2+ messages)

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-17 19:43 UTC 

[PATCH] VSOCK: Send reset control packet when socket is partially bound
 2018-12-17 19:15 UTC 

[PATCH v3 00/12] x86, kbuild: revert macrofying inline assembly code
 2018-12-17 16:03 UTC  (2+ messages)
` [PATCH v3 04/12] Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"

[PATCH] Export mm_update_next_owner function for vhost-net
 2018-12-17 11:32 UTC  (2+ messages)

[PATCH v2] x86, kbuild: revert macrofying inline assembly code
 2018-12-17  2:54 UTC 

[PATCH net-next 1/3] vhost: generalize adding used elem
 2018-12-16 19:57 UTC  (22+ messages)
` [PATCH net-next 2/3] vhost: fine grain userspace memory accessors
` [PATCH net-next 3/3] vhost: access vq metadata through kernel virtual address
` [PATCH net-next 0/3] vhost: accelerate metadata access through vmap()

[PATCH] vhost: return EINVAL if iovecs size does not match the message size
 2018-12-16 19:41 UTC  (3+ messages)

[PATCH] kbuild, x86: revert macros in extended asm workarounds
 2018-12-16 10:00 UTC  (2+ messages)

[PATCH v2] x86, kbuild: revert macrofying inline assembly code
 2018-12-16  2:50 UTC 

Call for Papers - MICRADS 2019, Rio de Janeiro, Brazil | Deadline: December 28
 2018-12-15 18:50 UTC 

[PATCH v2 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-14 13:22 UTC  (6+ messages)

[PATCH net V2 1/4] vhost: make sure used idx is seen before log in vhost_add_used_n()
 2018-12-14 13:20 UTC  (15+ messages)
` [PATCH net V2 2/4] vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
` [PATCH net V2 3/4] Revert "net: vhost: lock the vqs one by one"
` [PATCH net V2 4/4] vhost: log dirty page correctly
` [PATCH net V2 0/4] Fix various issue of vhost

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-14  8:41 UTC  (6+ messages)

[PATCH v2 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-12-14  7:49 UTC  (13+ messages)

[PATCH v2 5/5] VSOCK: batch sending rx buffer to increase bandwidth
 2018-12-14  1:05 UTC  (3+ messages)

[PATCH] vhost: correct the related warning message
 2018-12-13 20:06 UTC  (4+ messages)

[PATCH] drm/virtio: switch to generic fbdev emulation
 2018-12-13 19:18 UTC 

[PATCH net V3 1/3] vhost: make sure used idx is seen before log in vhost_add_used_n()
 2018-12-13 14:32 UTC  (5+ messages)
` [PATCH net V3 2/3] vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()
` [PATCH net V3 3/3] Revert "net: vhost: lock the vqs one by one"
` [PATCH net V3 0/3] Fix various issue of vhost

[PATCH v6 0/7] Add virtio-iommu driver
 2018-12-13 14:17 UTC  (15+ messages)
` [PATCH v6 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v6 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v6 3/7] of: Allow the iommu-map property to omit untranslated devices
` [PATCH v6 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v6 5/7] iommu: Add virtio-iommu driver
` [PATCH v6 6/7] iommu/virtio: Add probe request
` [PATCH v6 7/7] iommu/virtio: Add event queue

[virtio-dev] Re: [PATCH v5 5/7] iommu: Add virtio-iommu driver
 2018-12-13 14:13 UTC  (9+ messages)
      `  "

[PATCH] drm/virtio: switch to generic fbdev emulation
 2018-12-13 13:49 UTC 

[PATCH net-next 0/3] vhost: accelerate metadata access through vmap()
 2018-12-13 10:10 UTC 

[PATCH] kbuild, x86: revert macros in extended asm workarounds
 2018-12-13  9:17 UTC 

[PATCH net V3 0/3] Fix various issue of vhost
 2018-12-13  2:53 UTC 

[PATCH v2 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-12-13  2:47 UTC  (2+ messages)

[PATCH v2 01/18] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
 2018-12-12 13:21 UTC  (18+ messages)
` [PATCH v2 02/18] drm/qxl: drop unused qxl_fb_virtual_address
` [PATCH v2 03/18] drm/qxl: simplify slot management
` [PATCH v2 04/18] drm/qxl: change the way slot is detected
` [PATCH v2 05/18] drm/qxl: drop unused fields from struct qxl_device
` [PATCH v2 06/18] drm/qxl: use separate offset spaces for the two slots / ttm memory types
` [PATCH v2 07/18] drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACE
` [PATCH v2 08/18] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo
` [PATCH v2 09/18] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objects
` [PATCH v2 10/18] drm/qxl: move qxl_primary_apply_cursor to correct place
` [PATCH v2 11/18] drm/qxl: drop unused offset parameter from qxl_io_create_primary()
` [PATCH v2 12/18] drm/qxl: track primary bo
` [PATCH v2 13/18] drm/qxl: use shadow bo directly
` [PATCH v2 14/18] drm/qxl: cover all crtcs in shadow bo
` [PATCH v2 15/18] drm/qxl: use qxl_num_crtc directly
` [PATCH v2 16/18] drm/qxl: implement prime kmap/kunmap
` [PATCH v2 17/18] drm/qxl: use generic fbdev emulation
` [PATCH v2 18/18] drm/qxl: remove dead qxl fbdev emulation code

CISTI'2019 - Doctoral Symposium
 2018-12-12 11:28 UTC 

[PATCH 5/7] drm/qxl: Don't set the dpms hook
 2018-12-12 10:53 UTC  (6+ messages)
` [PATCH 7/7] drm: Split out drm_probe_helper.h

[PATCH net V2 0/4] Fix various issue of vhost
 2018-12-12 10:08 UTC 

[PATCH] VSOCK: Send reset control packet when socket is partially bound
 2018-12-12  9:38 UTC 

[PATCH v2 4/5] VSOCK: increase send pkt len in mergeable mode to improve performance
 2018-12-12  9:34 UTC 

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-12  9:31 UTC 

[PATCH v2 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-12-12  9:29 UTC 

[PATCH v2 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-12-12  9:28 UTC 

[PATCH v2 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-12  9:25 UTC 

[PATCH net 0/4] Fix various issue of vhost
 2018-12-12  3:40 UTC  (12+ messages)
` [PATCH net 1/4] vhost: make sure used idx is seen before log in vhost_add_used_n()
` [PATCH net 2/4] vhost_net: rework on the lock ordering for busy polling
` [PATCH net 3/4] Revert "net: vhost: lock the vqs one by one"
` [PATCH net 4/4] vhost: log dirty page correctly

[PATCH net 4/4] vhost: log dirty page correctly
 2018-12-11  1:30 UTC  (2+ messages)

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-10 10:10 UTC 

PROPOSAL: Extend inline asm syntax with size spec
 2018-12-10  8:16 UTC 

[PATCH v2 1/1] virtio: remove deprecated VIRTIO_PCI_CONFIG()
 2018-12-10  0:54 UTC 

[PATCH 3.16 249/328] x86/paravirt: Fix some warning messages
 2018-12-09 21:50 UTC 

[RFC 1/3] virtio_ring: define flags as shifts consistently
 2018-12-09 14:33 UTC  (10+ messages)
` [RFC 2/3] virtio_ring: add VIRTIO_RING_NO_LEGACY
` [RFC 3/3] virtio_ring: use new vring flags
` [RFC 0/3] virtio_ring: define flags as shifts consistently

[PATCH 1/1] virtio: remove deprecated VIRTIO_PCI_CONFIG()
 2018-12-08  0:56 UTC  (2+ messages)

[PULL] virtio/vhost: last minute fixes
 2018-12-07 21:53 UTC 

[RFC 0/3] virtio_ring: define flags as shifts consistently
 2018-12-07  8:48 UTC 

[PATCH 1/3] drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACE
 2018-12-07  8:26 UTC  (5+ messages)
` [PATCH 2/3] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo
` [PATCH 3/3] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objects
    ` [Spice-devel] [PATCH 1/3] drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACE

[PATCH 1/1] virtio: remove deprecated VIRTIO_PCI_CONFIG()
 2018-12-07  7:34 UTC 

[PATCH v2] drm/qxl: use qxl_num_crtc directly
 2018-12-06 14:27 UTC 

[Spice-devel] [PATCH] drm/qxl: use qxl_num_crtc directly
 2018-12-06 14:21 UTC  (3+ messages)

[PULL 0/2] virtio-ccw fixes
 2018-12-06 13:53 UTC  (4+ messages)

[PATCH] drm/qxl: use qxl_num_crtc directly
 2018-12-06 10:33 UTC 

[PATCH RFC 2/2] virtio_net: bulk free tx skbs
 2018-12-06  8:31 UTC  (3+ messages)
  ` [PATCH RFC 1/2] virtio-net: bql support


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