Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2018-03-14 04:50:08 to 2018-04-06 23:09:02 UTC [more...]

[virtio-dev] [RFC PATCH net-next v5 0/4] Enable virtio_net to act as a backup for a passthru device
 2018-04-06 23:08 UTC  (7+ messages)
` [virtio-dev] [RFC PATCH net-next v5 1/4] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
` [virtio-dev] [RFC PATCH net-next v5 2/4] net: Introduce generic bypass module
    ` [virtio-dev] "
` [virtio-dev] [RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
    ` [virtio-dev] "
` [virtio-dev] [RFC PATCH net-next v5 4/4] netvsc: refactor notifier/event handling code to use the bypass framework

[virtio-dev] [RFC PATCH 0/3] Userspace compatible driver model for virtio_bypass
 2018-04-06 21:29 UTC  (14+ messages)
` [virtio-dev] [RFC PATCH 1/3] qemu: virtio-bypass should explicitly bind to a passthrough device
  ` [virtio-dev] "
` [virtio-dev] [RFC PATCH 2/3] netdev: kernel-only IFF_HIDDEN netdevice
    ` [virtio-dev] "
` [virtio-dev] [RFC PATCH 3/3] virtio_net: make lower netdevs for virtio_bypass hidden
  ` [virtio-dev] "

[virtio-dev] [PATCH v31 0/4] Virtio-balloon: support free page reporting
 2018-04-06 12:17 UTC  (5+ messages)
` [virtio-dev] [PATCH v31 1/4] mm: support reporting free page blocks
` [virtio-dev] [PATCH v31 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [virtio-dev] [PATCH v31 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [virtio-dev] [PATCH v31 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[virtio-dev] [PATCH v30 0/4] Virtio-balloon: support free page reporting
 2018-04-06  0:11 UTC  (15+ messages)
` [virtio-dev] [PATCH v30 1/4] mm: support reporting free page blocks
` [virtio-dev] [PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
  ` [virtio-dev] "
        ` [virtio-dev] "
` [virtio-dev] [PATCH v30 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [virtio-dev] [PATCH v30 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[virtio] [PATCH v10 00/13] packed ring layout spec
 2018-04-05  7:18 UTC  (13+ messages)
` [virtio] [PATCH v10 13/13] split-ring: in order feature
  ` [virtio-dev] "
    ` [virtio] "

[virtio-dev] [pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-04-03 19:18 UTC  (16+ messages)
` [virtio-dev] [pci PATCH v7 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [virtio-dev] [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
  ` [virtio-dev] "
` [virtio-dev] [pci PATCH v7 3/5] ena: Migrate over to unmanaged SR-IOV support
` [virtio-dev] [pci PATCH v7 4/5] nvme: "
` [virtio-dev] [pci PATCH v7 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[virtio] [PATCH v12] VIRTIO_F_NOTIFICATION_DATA: extra data to devices
 2018-04-03 14:32 UTC  (13+ messages)
          ` [virtio] Re: [virtio-dev] "
  ` [virtio] on spec clarifications

[virtio-dev] [RFC] vhost: introduce mdev based hardware vhost backend
 2018-04-02 15:23 UTC 

[virtio-dev] [PATCH v5 0/5] virtio-balloon: free page hint reporting support
 2018-03-30  9:52 UTC  (20+ messages)
` [virtio-dev] [PATCH v5 1/5] bitmap: bitmap_count_one_with_offset
` [virtio-dev] [PATCH v5 2/5] migration: use bitmap_mutex in migration_bitmap_clear_dirty
` [virtio-dev] [PATCH v5 3/5] migration: API to clear bits of guest free pages from the dirty bitmap
` [virtio-dev] [PATCH v5 4/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
  ` [virtio-dev] "
                      ` [virtio-dev] RE: [Qemu-devel] "
` [virtio-dev] [PATCH v5 5/5] migration: use the free page hint feature from balloon

[virtio-dev] [PATCH v6 0/5] virtio-balloon: free page hint reporting support
 2018-03-30  9:24 UTC  (6+ messages)
` [virtio-dev] [PATCH v6 1/5] bitmap: bitmap_count_one_with_offset
` [virtio-dev] [PATCH v6 2/5] migration: use bitmap_mutex in migration_bitmap_clear_dirty
` [virtio-dev] [PATCH v6 3/5] migration: API to clear bits of guest free pages from the dirty bitmap
` [virtio-dev] [PATCH v6 4/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [virtio-dev] [PATCH v6 5/5] migration: use the free page hint feature from balloon

[virtio-dev] virtio over SW-defined/CPU-driven PCIe endpoint
 2018-03-29 23:02 UTC 

[virtio-dev] [PATCH v2 0/6] Extend vhost-user to support VFIO based accelerators
 2018-03-29  4:16 UTC  (23+ messages)
` [virtio-dev] [PATCH v2 1/6] vhost-user: support receiving file descriptors in slave_read
` [virtio-dev] [PATCH v2 2/6] vhost-user: introduce shared vhost-user state
  ` [virtio-dev] "
` [virtio-dev] [PATCH v2 3/6] virtio: support adding sub-regions for notify region
  ` [virtio-dev] "
` [virtio-dev] [PATCH v2 4/6] vfio: support getting VFIOGroup from groupfd
` [virtio-dev] [PATCH v2 5/6] vfio: remove DPRINTF() definition from vfio-common.h
  ` [virtio-dev] "
` [virtio-dev] [PATCH v2 6/6] vhost-user: add VFIO based accelerators support
  ` [virtio-dev] "
` [virtio-dev] Re: [PATCH v2 0/6] Extend vhost-user to support VFIO based accelerators

[virtio-dev] Re: [pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-27 23:00 UTC 

[virtio-dev] [PATCH v29 0/4] Virtio-balloon: support free page reporting
 2018-03-27 16:07 UTC  (8+ messages)
` [virtio-dev] [PATCH v29 1/4] mm: support reporting free page blocks
    ` [virtio-dev] "
` [virtio-dev] [PATCH v29 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [virtio-dev] [PATCH v29 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
  ` [virtio-dev] "
` [virtio-dev] [PATCH v29 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[virtio] [PATCH v11] VIRTIO_F_NOTIFICATION_DATA: extra data to devices
 2018-03-27 14:15 UTC  (4+ messages)
` [virtio] "

[virtio-dev] [PATCH 0/4] Add virtio-iommu driver
 2018-03-23  8:27 UTC  (6+ messages)
` [virtio-dev] [PATCH 1/4] iommu: "
  ` [virtio-dev] "
    ` [virtio-dev] "

[virtio-dev] [PATCH v2] virtio_balloon: export hugetlb page allocation counts
 2018-03-23  2:38 UTC  (6+ messages)
` [virtio-dev] "

[virtio-dev] [RFC] virtio-iommu version 0.6
 2018-03-22  9:44 UTC  (4+ messages)

[virtio-dev] [RFC virtio-net 0/1] introducing RSS into virtio-net
 2018-03-20  9:39 UTC  (8+ messages)
` [virtio-dev] [RFC virtio-net 1/1] content: net: Add VIRTIO_NET_F_CTRL_RSS feature

[virtio-dev] [PULL v2 01/50] scripts/update-linux-headers: add ethtool.h and update to 4.16.0-rc4
 2018-03-20  3:17 UTC  (3+ messages)
` [virtio-dev] [PULL v2 02/50] virtio-net: use 64-bit values for feature flags
` [virtio-dev] [PULL v2 03/50] virtio-net: add linkspeed and duplex settings to virtio-net

[virtio-dev] [PATCH v2] virtio-balloon: add hugetlb page allocation counts
 2018-03-19 22:28 UTC 

[virtio] [PATCH 0/7] Packed ring layout wording and typo fixes
 2018-03-19 15:38 UTC  (11+ messages)
` [virtio] [PATCH 1/7] packed-ring: add missing articles to sentences
` [virtio] [PATCH 2/7] packed-ring: add missing comma
` [virtio] [PATCH 3/7] packed-ring: fix 'contigious' typo
` [virtio] [PATCH 4/7] packed-ring: fix capitalization of names
` [virtio] [PATCH 5/7] packed-ring: fix plurals
` [virtio] [PATCH 6/7] packed-ring: fix "the descriptor flags +field+ is updated"
` [virtio] [PATCH 7/7] packed-ring: rephrase "an example driver code"
` [virtio] Re: [PATCH 0/7] Packed ring layout wording and typo fixes

[virtio-dev] Re: [Qemu-devel] [v23 1/2] virtio-crypto: Add virtio crypto device specification
 2018-03-19  0:13 UTC  (4+ messages)

[virtio-dev] [PATCH v4 0/4] virtio-balloon: free page hint reporting support
 2018-03-16 11:24 UTC  (24+ messages)
` [virtio-dev] [PATCH v4 2/4] migration: API to clear bits of guest free pages from the dirty bitmap
    ` [virtio-dev] "
` [virtio-dev] [PATCH v4 3/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
  ` [virtio-dev] "
` [virtio-dev] [PATCH v4 4/4] migration: use the free page hint feature from balloon
  ` [virtio-dev] "

[virtio-dev] [pci PATCH v6 0/5] Add support for unmanaged SR-IOV
 2018-03-14 15:31 UTC  (5+ messages)
` [virtio-dev] [pci PATCH v6 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
    ` [virtio-dev] "
` [virtio-dev] [pci PATCH v6 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs
    ` [virtio-dev] "

[virtio] [PATCH] github: PULL_REQUEST_TEMPLATE.md
 2018-03-14 11:25 UTC  (2+ messages)

[virtio-dev] [PATCH v4 0/2] Enable virtio_net to act as a backup for a passthru device
 2018-03-14  4:50 UTC  (5+ messages)
` [virtio-dev] [PATCH v4 2/2] virtio_net: Extend virtio to use VF datapath when available
  ` [virtio-dev] "


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