virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-30 07:20:01 to 2014-09-03 07:50:33 UTC [more...]

[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
 2014-09-03  7:50 UTC  (24+ messages)
` [PATCH v4 1/4] virtio_ring: Support DMA APIs if requested
` [PATCH v4 2/4] virtio_pci: Use the DMA API for virtqueues
` [PATCH v4 3/4] virtio_net: Don't set the end flag on reusable sg entries
` [PATCH v4 4/4] virtio_net: Stop doing DMA from the stack

[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
 2014-09-03  7:15 UTC  (28+ messages)
  ` [RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()
  ` [RFC PATCH 09/11] PCI/MSI: refactor PCI MSI driver
  ` [RFC PATCH 10/11] PCI/MSI: Split the generic MSI code into new file
  ` [RFC PATCH 11/11] x86/MSI: Refactor x86 MSI code

Setting up VHost without QEMU?
 2014-09-03  5:44 UTC 

[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
 2014-09-03  4:54 UTC  (4+ messages)
` [PATCH 2/3] virtio_ring: assume sgs are always well-formed
` [PATCH 3/3] virtio_ring: unify direct/indirect code paths

[PATCH 0/3] virtio: simplify virtio_ring
 2014-09-03  4:29 UTC 

(unknown),
 2014-09-02 20:13 UTC  (2+ messages)
` [PATCH] VMXNET3: Check for map error in vmxnet3_set_mc

[PATCH] VMXNET3: Check for map error in vmxnet3_set_mc
 2014-09-02 20:02 UTC  (2+ messages)

[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
 2014-09-01 17:15 UTC  (28+ messages)
` [PATCH 1/3] virtio_ring: Remove sg_next indirection
` [PATCH 2/3] virtio_ring: Use DMA APIs
` [PATCH 3/3] virtio_pci: Use the DMA API for virtqueues

[PATCH RFC] virtio-pci: share config interrupt between virtio devices
 2014-09-01  8:12 UTC  (4+ messages)

virtio DMA API?
 2014-08-29 15:06 UTC  (10+ messages)

[PATCH v3 0/5] virtio: Clean up scatterlists and use the DMA API
 2014-08-29  7:43 UTC  (7+ messages)
` [PATCH v3 1/5] virtio_ring: Support DMA APIs if requested
` [PATCH v3 2/5] virtio_pci: Use the DMA API for virtqueues
` [PATCH v3 3/5] virtio_net: Stop doing DMA from the stack
` [PATCH v3 4/5] virtio_net: Don't set the end flag on reusable sg entries
` [PATCH v3 5/5] virtio_ring: Remove sg_next indirection

GET_RNG_SEED hypercall ABI? (Re: [PATCH v5 0/5] random,x86,kvm: Rework arch RNG seeds and get some from kvm)
 2014-08-29  6:36 UTC  (8+ messages)

[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
 2014-08-28 21:16 UTC  (14+ messages)
` [PATCH v2 1/4] virtio_ring: Remove sg_next indirection
` [PATCH v2 2/4] virtio_ring: Support DMA APIs if requested
` [PATCH v2 3/4] virtio_pci: Use the DMA API for virtqueues
` [PATCH v2 4/4] virtio_net: Stop doing DMA from the stack
      ` [virtio-dev] Re: [PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API

[PATCH 1/1] add selftest for virtio-net
 2014-08-27 14:28 UTC  (2+ messages)

[3.16 stable PATCH v2 1/2] virtio: rng: delay hwrng_register() till driver is ready
 2014-08-27  8:55 UTC  (3+ messages)
` [3.16 stable PATCH v2 2/2] Revert "hwrng: virtio - ensure reads happen after successful probe"

help? looking for limits on in-flight write operations for virtio-blk
 2014-08-27  5:43 UTC  (4+ messages)

[PATCH 1/1] add selftest for virtio-net
 2014-08-27  1:45 UTC 

[WorldCIST'15]: Call for Workshops Proposals; Proceedings by Springer - Indexed by ISI, Scopus, DBLP, etc
 2014-08-25 17:09 UTC 

[PATCH] vhost: Add polling mode
 2014-08-24 12:26 UTC  (17+ messages)

[Qemu-devel] QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
 2014-08-22 17:54 UTC  (4+ messages)
    ` [V9fs-developer] "

[PATCH 0/2] rng-tools: add udev rule for virtio-rng
 2014-08-20  4:36 UTC  (11+ messages)
` [PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
` [PATCH 2/2] Install udev rules in system-default directory

[PATCH net-next] vhost_net: stop rx net polling when possible
 2014-08-18  3:11 UTC  (3+ messages)

[PULL] virtio-rng: add derating factor for use by hwrng core
 2014-08-15  5:16 UTC  (2+ messages)
` [PATCH v3 1/1] virtio: rng: "

[PATCH v2 1/1] virtio: rng: add derating factor for use by hwrng core
 2014-08-12 15:09 UTC 

[PATCH 1/1] virtio: rng: add derating factor for use by hwrng core
 2014-08-12 14:59 UTC  (4+ messages)

[3.16 stable PATCH 1/2] virtio: rng: delay hwrng_register() till driver is ready
 2014-08-12  7:54 UTC  (4+ messages)
` [3.16 stable PATCH 2/2] Revert "hwrng: virtio - ensure reads happen after successful probe"

[3.16 stable PATCH 1/1] virtio-rng: fix multi-device startup
 2014-08-12  6:53 UTC  (5+ messages)

[PULL] virtio-next
 2014-08-11  2:28 UTC 

[WorldCIST'15]: Call for Workshops Proposals - Proceedings by Springer
 2014-08-07 23:33 UTC 

[PATCH] virtio-rng: complete have_data completion in removing device
 2014-08-06  8:25 UTC  (3+ messages)

When I boot two virtio-rng devices, guest will hang
 2014-08-05 17:45 UTC  (5+ 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).