Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2018-02-16 16:35:47 to 2018-03-05 21:11:40 UTC [more...]

[virtio] [PATCH] introduction: document bitfield notation
 2018-03-05 21:11 UTC  (6+ messages)
` [virtio] "

[virtio-dev] [PATCH v2] content: document balloon memory statistics
 2018-03-05 14:16 UTC  (3+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v3 0/3] virtio-balloon: free page hint reporting support
 2018-03-05 14:09 UTC  (8+ messages)
` [virtio-dev] [PATCH v3 1/3] migration: API to clear bits of guest free pages from the dirty bitmap
` [virtio-dev] [PATCH v3 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 3/3] migration: use the free page hint feature from balloon

[virtio-dev] [RFC v2] virtio-blk: add discard and write zeroes features to specification
 2018-03-05 11:33 UTC  (3+ messages)
` [virtio-dev] "

[virtio] [PATCH] README.md: add hints for contributors
 2018-03-05 10:40 UTC  (2+ messages)
` [virtio] Re: [virtio-dev] "

[virtio-dev] [PATCH v4 0/2] Enable virtio_net to act as a backup for a passthru device
 2018-03-04 21:58 UTC  (28+ messages)
` [virtio-dev] [PATCH v4 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
` [virtio-dev] [PATCH v4 2/2] virtio_net: Extend virtio to use VF datapath when available
    ` [virtio-dev] "

[virtio-dev] [PATCH 1/4] eth: add speed and duplex definitions
 2018-03-04 13:05 UTC  (11+ messages)
  ` [virtio-dev] "
` [virtio-dev] [PATCH 2/4] rocker: drop local "
  ` [virtio-dev] "
` [virtio-dev] [PATCH 3/4] virtio-net: use 64-bit values for feature flags
` [virtio-dev] [PATCH 4/4] virtio-net: add linkspeed and duplex settings to virtio-net
  ` [virtio-dev] "

[virtio-dev] [PATCH] pci-iov: Add support for unmanaged SR-IOV
 2018-03-03  0:59 UTC  (9+ messages)
  ` [virtio-dev] "
            ` [virtio-dev] "

[virtio-dev] [PATCH 0/3] pci-iov: Add support for unmanaged SR-IOV
 2018-03-03  0:20 UTC  (5+ messages)
` [virtio-dev] [PATCH 1/3] "
    ` [virtio-dev] "
` [virtio-dev] [PATCH 2/3] vfio: Add support for unmanaged or userspace managed SR-IOV
` [virtio-dev] [PATCH 3/3] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices

[virtio-dev] [PATCH v2 0/3] virtio-balloon: free page hint reporting support
 2018-03-02  9:32 UTC  (6+ messages)
` [virtio-dev] [PATCH v2 1/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
  ` [virtio-dev] "
  ` [virtio-dev] Re: [PATCH v2 0/3] virtio-balloon: free page hint reporting support

[virtio] [PATCH v8 to v9 incremental] packed ring layout spec
 2018-03-01 16:13 UTC  (2+ messages)
` [virtio] Re: [virtio-dev] "

[virtio] [PATCH v9 00/16] packed ring layout spec
 2018-02-28 23:31 UTC  (17+ messages)
` [virtio] [PATCH v9 01/16] introduction: document bitfield notation
` [virtio] [PATCH v9 02/16] content: move 1.0 queue format out to a separate section
` [virtio] [PATCH v9 03/16] content: move ring text out to a separate file
` [virtio] [PATCH v9 04/16] content: move virtqueue operation description
` [virtio] [PATCH v9 05/16] content: len -> used length, used ring -> vq
` [virtio] [PATCH v9 06/16] content: generalize transport ring part naming
` [virtio] [PATCH v9 07/16] content: generalize rest of text
` [virtio] [PATCH v9 08/16] split-ring: generalize text
` [virtio] [PATCH v9 09/16] split-ring: typo: aligment
` [virtio] [PATCH v9 11/16] content: in-order buffer use
` [virtio] [PATCH v9 10/16] packed virtqueues: more efficient virtqueue layout
` [virtio] [PATCH v9 12/16] packed-ring: add in order support
` [virtio] [PATCH v9 13/16] split-ring: in order feature
` [virtio] [PATCH v9 14/16] VIRTIO_F_NOTIFICATION_DATA: extra data to devices
` [virtio] [PATCH v9 15/16] makediff: update to show diff from master
` [virtio] [PATCH dont commit v9 16/16] REVISION: set to 1.1 packed wd09

[PATCH v8 04/16] content: replace mentions of len with used length
 2018-02-28 22:10 UTC  (37+ messages)
  ` [virtio] "
` [PATCH v8 08/16] packed virtqueues: more efficient virtqueue layout
  ` [virtio] "
  ` [virtio-dev] "
        ` [virtio] "
            ` [virtio-dev] Re: [virtio] "
            ` [virtio] "
` [PATCH v8 12/16] makediff: update to show diff from master
  ` [virtio] "
` [PATCH v8 14/16] VIRTIO_F_NOTIFICATION_DATA: extra data to devices
  ` [virtio] "
` [PATCH v8 15/16] conformance: link the new conformance clause
  ` [virtio] "
` [PATCH v8 16/16] REVISION: set for packed-wd07.pdf
  ` [virtio] "

[virtio-dev] [RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
 2018-02-28 20:48 UTC  (33+ messages)
` [virtio-dev] [RFC PATCH v3 1/3] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
` [virtio-dev] [RFC PATCH v3 2/3] virtio_net: Extend virtio to use VF datapath when available
` [virtio-dev] [RFC PATCH v3 3/3] virtio_net: Enable alternate datapath without creating an additional netdev
  ` [virtio-dev] Re: [RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device

[virtio] [PATCH v2 0/2] two versioning related changes
 2018-02-28 16:25 UTC  (4+ messages)
` [virtio] "

[virtio-dev] [PATCH] content: document balloon memory statistics
 2018-02-28  9:35 UTC  (7+ messages)

[virtio-dev] [RFC] virtio-blk: add discard and write zeroes features to specification
 2018-02-28  1:07 UTC  (5+ messages)
` [virtio] "
  ` [virtio-dev] "
    ` [virtio] "

[virtio-dev] [RFC PATCH V3] virtio_pci: Add SR-IOV support
 2018-02-27 22:45 UTC  (2+ messages)
  ` [virtio-dev] "

[virtio-dev] [PATCH 0/4] Add virtio-iommu driver
 2018-02-27 14:47 UTC  (5+ messages)
` [virtio-dev] [PATCH 1/4] iommu: "
    ` [virtio-dev] "

[virtio-dev] [RFC PATCH V4] pci: virtio_pci: Add SR-IOV support for virtio_pci devices
 2018-02-26 22:44 UTC  (9+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v28 0/4] Virtio-balloon: support free page reporting
 2018-02-26  4:01 UTC  (5+ messages)
` [virtio-dev] "

[PATCH v8 00/16] packed ring layout spec
 2018-02-25 18:43 UTC  (4+ messages)
` [virtio] "

[virtio-dev] [RFC PATCH V2] virtio_pci: Add SR-IOV support
 2018-02-25 15:20 UTC  (3+ messages)
  ` [virtio-dev] "

[virtio-dev] [PATCH] docs: document virtio-balloon stats
 2018-02-20 16:56 UTC  (3+ messages)
` [virtio-dev] Re: [Qemu-devel] "

[virtio-dev] [PATCH v2 0/1] Disk caches in VirtIO Balloon driver stats
 2018-02-20 11:15 UTC  (8+ messages)
` [virtio-dev] [PATCH v2 1/1] virtio-balloon: include statistics of disk/file caches
  ` [virtio-dev] "
    ` [virtio-dev] Re: [Qemu-devel] "


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