Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2017-12-05 10:34:23 to 2018-01-10 11:14:03 UTC [more...]

[virtio] [PATCH v6 0/5] packed ring layout spec
 2018-01-10 11:14 UTC  (10+ messages)
` [virtio] [PATCH v6 1/5] content: move 1.0 queue format out to a separate section
` [virtio] [PATCH v6 2/5] content: move ring text out to a separate file
` [virtio] [PATCH v6 3/5] content: move virtqueue operation description
` [virtio] [PATCH v6 4/5] packed virtqueues: more efficient virtqueue layout
` [virtio] [PATCH v6 5/5] packed-ring: add in order request support

[virtio-dev] [PATCH v21 2/5 RESEND] virtio-balloon: VIRTIO_BALLOON_F_SG
 2018-01-10 10:26 UTC  (2+ messages)
  ` [virtio-dev] "

[virtio-dev] [v23 2/2] virtio-crypto: Add conformance clauses
 2018-01-10  5:53 UTC  (4+ messages)
  ` [virtio-dev] Re: [Qemu-devel] [v23 1/2] virtio-crypto: Add virtio crypto device specification

[virtio-dev] [PATCH v21 0/5] Virtio-balloon Enhancement
 2018-01-09 11:11 UTC  (6+ messages)
` [virtio-dev] [PATCH v21 1/5] xbitmap: Introduce xbitmap
` [virtio-dev] [PATCH v21 2/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [virtio-dev] [PATCH v21 3/5] mm: support reporting free page blocks
` [virtio-dev] [PATCH v21 4/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [virtio-dev] [PATCH v21 5/5] virtio-balloon: don't report free pages when page poisoning is enabled

[virtio-dev] [RFC 0/3] Extend vhost-user to support VFIO based accelerators
 2018-01-08 10:06 UTC  (14+ messages)
` [virtio-dev] [RFC 1/3] vhost-user: support receiving file descriptors in slave_read
` [virtio-dev] [RFC 2/3] vhost-user: introduce shared vhost-user state
` [virtio-dev] [RFC 3/3] vhost-user: add VFIO based accelerators support
  ` [virtio-dev] RE: [Qemu-devel] [RFC 0/3] Extend vhost-user to support VFIO based accelerators
      ` [virtio-dev] RE: [Qemu-devel] [virtio-dev] "
        ` [virtio-dev] "
                ` [virtio-dev] Re: [Qemu-devel] [virtio-dev] "

[virtio-dev] [PATCH v4 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2018-01-05 22:44 UTC  (4+ messages)
` [virtio-dev] [PATCH v4 2/3] qemu: virtio-net: use 64-bit values for feature flags
` [virtio-dev] [PATCH net-next v4 1/3] virtio_net: propagate linkspeed/duplex settings from the hypervisor
` [virtio-dev] [PATCH v4 3/3] qemu: add linkspeed and duplex settings to virtio-net

[virtio-dev] [PATCH v3 0/3] virtio_net: allow hypervisor to indicate linkspeed and duplex setting
 2018-01-04 19:34 UTC  (11+ messages)
` [virtio-dev] [PATCH v3 2/3] qemu: virtio-net: use 64-bit values for feature flags
` [virtio-dev] [PATCH net-next v3 1/3] virtio_net: propagate linkspeed/duplex settings from the hypervisor
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 3/3] qemu: add linkspeed and duplex settings to virtio-net

[virtio-dev] [v22 0/2] virtio-crypto: virtio crypto device specification
 2018-01-04  8:55 UTC  (13+ messages)
  ` [virtio-dev] Re: [Qemu-devel] [v22 1/2] virtio-crypto: Add "
    ` [virtio-dev] "
          ` [virtio-dev] Re: [Qemu-devel] [virtio-dev] "
    ` [Qemu-devel] "

[virtio-dev] Re: [PATCH] virtio_balloon: use non-blocking allocation
 2018-01-04  5:56 UTC 

[virtio-dev] [PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
 2018-01-04  0:22 UTC  (8+ messages)
` [virtio-dev] [PATCH net-next 1/2] virtio_net: Introduce VIRTIO_NET_F_MASTER feature bit
  ` [virtio-dev] "
` [virtio-dev] [PATCH net-next 2/2] virtio_net: Extend virtio to use VF datapath when available
    ` [virtio-dev] Re: [PATCH net-next 0/2] Enable virtio to act as a master for a passthru device

[virtio-dev] [PATCH v20 0/7] Virtio-balloon Enhancement
 2018-01-03  9:00 UTC  (17+ messages)
` [virtio-dev] [PATCH v20 1/7] xbitmap: Introduce xbitmap
` [virtio-dev] [PATCH v20 2/7] xbitmap: potential improvement
` [virtio-dev] [PATCH v20 3/7] xbitmap: add more operations
` [virtio-dev] [PATCH v20 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
      ` [virtio-dev] "
` [virtio-dev] [PATCH v20 5/7] mm: support reporting free page blocks
` [virtio-dev] [PATCH v20 6/7] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [virtio-dev] [PATCH v20 7/7] virtio-balloon: don't report free pages when page poisoning is enabled
  ` [virtio-dev] Re: [PATCH v20 0/7] Virtio-balloon Enhancement
      ` [virtio-dev] "

[virtio-dev] [PATCH v20 3/7 RESEND] xbitmap: add more operations
 2018-01-03  8:56 UTC  (5+ messages)
    ` [virtio-dev] "

[virtio-dev] Add VIRTIO_NET_F_SPEED_DUPLEX (4) feature bit
 2017-12-21 21:17 UTC  (6+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH] virtio-net: Add missing flag define to struct
 2017-12-21 16:31 UTC  (2+ messages)

[virtio-dev] [PATCH v3 0/7] Vhost-pci for inter-VM communication
 2017-12-20  4:06 UTC  (74+ messages)
` [virtio-dev] [PATCH v3 2/7] vhost-pci-net: add vhost-pci-net
          ` [virtio-dev] Re: [Qemu-devel] "
` [virtio-dev] [PATCH v3 4/7] vhost-pci-slave: add vhost-pci slave implementation
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 5/7] vhost-user: VHOST_USER_SET_VHOST_PCI msg
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 7/7] virtio/vhost.c: vhost-pci needs remote gpa
  ` [virtio-dev] "
` [virtio-dev] Re: [PATCH v3 0/7] Vhost-pci for inter-VM communication
      ` [virtio-dev] Re: [Qemu-devel] [virtio-dev] "
          ` [virtio-dev] "

[virtio-dev] [RFC virtio-dev] vhost-user-slave: add vhost-user slave device type
 2017-12-19  9:02 UTC  (4+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v19 0/7] Virtio-balloon Enhancement
 2017-12-18  8:05 UTC  (20+ messages)
` [virtio-dev] [PATCH v19 1/7] xbitmap: Introduce xbitmap
      ` [virtio-dev] "
` [virtio-dev] [PATCH v19 2/7] xbitmap: potential improvement
` [virtio-dev] [PATCH v19 3/7] xbitmap: add more operations
    ` [virtio-dev] "
                    ` [virtio-dev] "
` [virtio-dev] [PATCH v19 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
` [virtio-dev] [PATCH v19 5/7] mm: support reporting free page blocks
` [virtio-dev] [PATCH v19 6/7] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [virtio-dev] [PATCH v19 7/7] virtio-balloon: don't report free pages when page poisoning is enabled

[virtio-dev] [PATCH v18 00/10] Virtio-balloon Enhancement
 2017-12-12 12:21 UTC  (6+ messages)
` [virtio-dev] [PATCH v18 10/10] virtio-balloon: don't report free pages when page poisoning is enabled
  ` [virtio-dev] "

[virtio-dev] Re: [PATCH v18 05/10] xbitmap: add more operations
 2017-12-07 15:41 UTC  (4+ messages)
    ` [virtio-dev] "

[virtio-dev] RE: [Qemu-devel] [virtio-dev] virtio - mem-page swap for inter vm comm
 2017-12-07  9:46 UTC 

[virtio-dev] [PATCH v2 0/1] Disk caches in VirtIO Balloon driver stats
 2017-12-05 12:14 UTC  (2+ messages)
` [virtio-dev] [PATCH v2 1/1] virtio-balloon: include statistics of disk/file caches


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox