virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-20 12:50:00 to 2009-06-10 14:53:58 UTC [more...]

TODO list for qemu+KVM networking performance v2
 2009-06-10 14:53 UTC  (8+ messages)

[PATCHv2] qemu: make default_write_config use mask table
 2009-06-10 14:47 UTC  (25+ messages)
` [PATCH 01/11] "
` [PATCH 02/11] qemu: capability bits in pci save/restore
` [PATCH 03/11] qemu: add routines to manage PCI capabilities
` [PATCH 04/11] qemu: helper routines for pci access
` [PATCH 05/11] qemu: MSI-X support functions
` [PATCH 06/11] qemu: add flag to disable MSI-X by default
` [PATCH 07/11] qemu: minimal MSI/MSI-X implementation for PC
` [PATCH 08/11] qemu: add support for resizing regions
` [PATCH 09/11] qemu: virtio support for many interrupt vectors
` [PATCH 10/11] qemu: MSI-X support in virtio PCI
` [PATCH 11/11] qemu: request 3 vectors in virtio-net
  ` [Qemu-devel] [PATCH 04/11] qemu: helper routines for pci access
  ` [Qemu-devel] [PATCH 03/11] qemu: add routines to manage PCI capabilities
  ` [PATCH] qemu: fix pci_find_capability for multiple caps
  ` [Qemu-devel] [PATCH 05/11] qemu: MSI-X support functions

[PATCHv4 01/13] qemu: make default_write_config use mask table
 2009-06-10 12:29 UTC  (13+ messages)
` [PATCHv4 02/13] qemu: capability bits in pci save/restore
` [PATCHv4 03/13] qemu: add routines to manage PCI capabilities
` [PATCHv4 04/13] qemu: helper routines for pci access
` [PATCHv4 05/13] qemu: MSI-X support functions
` [PATCHv4 06/13] qemu: add flag to disable MSI-X by default
` [PATCHv4 07/13] qemu: minimal MSI/MSI-X implementation for PC
` [PATCHv4 08/13] qemu: add support for resizing regions
` [PATCHv4 09/13] qemu: virtio support for many interrupt vectors
` [PATCHv4 10/13] qemu: MSI-X support in virtio PCI
` [PATCHv4 11/13] qemu: request 3 vectors in virtio-net
` [PATCHv4 12/13] qemu: virtio save/load bindings
` [PATCHv4 13/13] qemu: add pci_get/set_byte

[PATCHv4 00/13] qemu: MSI-X support
 2009-06-10 12:27 UTC 

[PATCHv3 01/13] qemu: make default_write_config use mask table
 2009-06-10 11:33 UTC  (25+ messages)
` [PATCHv3 02/13] qemu: capability bits in pci save/restore
` [PATCHv3 03/13] qemu: add routines to manage PCI capabilities
` [PATCHv3 04/13] qemu: helper routines for pci access
` [PATCHv3 05/13] qemu: MSI-X support functions
` [PATCHv3 06/13] qemu: add flag to disable MSI-X by default
` [PATCHv3 07/13] qemu: minimal MSI/MSI-X implementation for PC
` [PATCHv3 08/13] qemu: add support for resizing regions
` [PATCHv3 09/13] qemu: virtio support for many interrupt vectors
` [PATCHv3 10/13] qemu: MSI-X support in virtio PCI
` [PATCHv3 11/13] qemu: request 3 vectors in virtio-net
` [PATCHv3 12/13] qemu: virtio save/load bindings
` [PATCHv3 13/13] qemu: add pci_get/set_byte
  ` [Qemu-devel] [PATCHv3 03/13] qemu: add routines to manage PCI capabilities
  ` [Qemu-devel] [PATCHv3 05/13] qemu: MSI-X support functions
  ` [Qemu-devel] [PATCHv3 07/13] qemu: minimal MSI/MSI-X implementation for PC
  ` [Qemu-devel] [PATCHv3 08/13] qemu: add support for resizing regions
  ` [Qemu-devel] [PATCHv3 12/13] qemu: virtio save/load bindings

[RFC] virtio_pci draft spec
 2009-06-10  3:47 UTC 

[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb
 2009-06-08  5:22 UTC  (7+ messages)

[PATCH] lguest: PAE support
 2009-06-07 17:51 UTC  (3+ messages)

[PATCHv3 00/13] qemu: MSI-X support
 2009-06-05 10:22 UTC 

TODO list for qemu+KVM networking performance v2
 2009-06-04 16:43 UTC 

[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
 2009-06-04  4:56 UTC  (11+ messages)

[PATCH] qemu: virtio save/load bindings
 2009-06-03 10:31 UTC  (3+ messages)
  ` [Qemu-devel] "

find_vqs operation starting at arbitrary index
 2009-06-02 17:23 UTC  (11+ messages)

[PATCHv2 01/13] qemu: make default_write_config use mask table
 2009-06-02 15:03 UTC  (13+ messages)
` [PATCHv2 02/13] qemu: capability bits in pci save/restore
` [PATCHv2 03/13] qemu: add routines to manage PCI capabilities
` [PATCHv2 04/13] qemu: helper routines for pci access
` [PATCHv2 05/13] qemu: MSI-X support functions
` [PATCHv2 06/13] qemu: add flag to disable MSI-X by default
` [PATCHv2 07/13] qemu: minimal MSI/MSI-X implementation for PC
` [PATCHv2 08/13] qemu: add support for resizing regions
` [PATCHv2 09/13] qemu: virtio support for many interrupt vectors
` [PATCHv2 10/13] qemu: MSI-X support in virtio PCI
` [PATCHv2 11/13] qemu: request 3 vectors in virtio-net
` [PATCHv2 12/13] qemu: virtio save/load bindings
` [PATCHv2 13/13] qemu: add pci_get/set_byte

[PATCHv2 00/13] qemu: MSI-X support
 2009-06-02 15:01 UTC 

[PATCH 3/4] virtio_net: don't free buffers in xmit ring
 2009-06-02 14:07 UTC  (4+ messages)

Fwd: BUG: Documentation/lguest/lguest.c bad paths for includes cause make to fail
 2009-06-01 21:58 UTC  (2+ messages)

[PATCH 4/4] lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTY
 2009-05-29 14:16 UTC 

[PATCH 3/4] virtio_net: don't free buffers in xmit ring
 2009-05-29 14:16 UTC 

[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb
 2009-05-29 14:16 UTC 

[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
 2009-05-29 14:14 UTC 

[patch 1/2] virtio: fix id_matching for virtio drivers
 2009-05-27  2:41 UTC  (3+ messages)
` [patch 2/2] virtio: enhance "
` [patch 0/2] Fix and enhance virtio device id matching

NULL pointer dereference at __switch_to() ( __unlazy_fpu ) with lguest PAE patch
 2009-05-26 19:58 UTC  (4+ messages)
    ` lguest PAE

[patch 0/2] Fix and enhance virtio device id matching
 2009-05-26 13:46 UTC 

[PATCH] qemu: virtio save/load bindings
 2009-05-25 13:34 UTC 

[PATCH 00/11] qemu: MSI-X support
 2009-05-25 12:24 UTC 

[RFC] virtio: orphan skbs if we're relying on timer to free them
 2009-05-25 11:01 UTC  (4+ messages)

[Qemu-devel] [PATCH] qemu: msi irq allocation api
 2009-05-24 11:14 UTC  (48+ messages)

[PATCH] xen/blkfront: beyond ARRAY_SIZE of info->shadow
 2009-05-22  7:16 UTC  (3+ messages)

[PATCH 1/1] dm-ioband: I/O bandwidth controller
 2009-05-21  3:22 UTC 

[PATCH] qemu: msi irq allocation api
 2009-05-20 16:21 UTC 

[PATCHv2-RFC 2/2] qemu-kvm: use common code for assigned msix
 2009-05-20 12:50 UTC 


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