virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-11-03 10:33:14 to 2011-11-16 00:45:14 UTC [more...]

[PATCH] virtio-mmio: Correct the name of the guest features selector
 2011-11-16  0:45 UTC  (3+ messages)

[PATCH] virtio-mmio: Devices parameter parsing
 2011-11-16  0:42 UTC 

[PATCH 3 of 5] virtio: support unlocked queue kick
 2011-11-16  0:21 UTC  (8+ messages)
` [PATCH 5 of 5] virtio: expose added descriptors immediately

[RFC] kvm tools: Implement multiple VQ for virtio-net
 2011-11-16  0:04 UTC  (11+ messages)

[PULL] virtio
 2011-11-15 23:58 UTC  (57+ messages)
        ` [PATCH RFC] virtio-pci: flexible configuration layout
          ` [PATCH RFC] virtio-spec: "
            ` [PATCHv2 "
              ` [PATCHv3 "

[RFC] kvm tools: Add support for virtio-mmio
 2011-11-15 18:22 UTC  (6+ messages)

[RFC] kvm tools: Add support for virtio-mmio
 2011-11-15 16:47 UTC 

[PATCH v2 09/11] virtio: net: Add freeze, restore handlers to support S4
 2011-11-15 15:37 UTC  (7+ messages)

[PATCH] virtio-mmio: Devices parameter parsing
 2011-11-15 13:53 UTC 

[PATCHv2 RFC] virtio-pci: flexible configuration layout
 2011-11-15 12:59 UTC  (8+ messages)
` [RFC 0/5] virtio-pci, kvm tools: Support new virtio-pci spec in kvm tools
  ` [RFC 1/5] virtio-pci: flexible configuration layout
  ` [RFC 2/5] virtio-pci: Fix compilation issue
  ` [RFC 3/5] iomap: Don't ignore offset
  ` [RFC 4/5] kvm tools: Free up the MSI-X PBA BAR
  ` [RFC 5/5] kvm tools: Support new virtio-pci configuration layout
  ` [RFC 0/5] virtio-pci,kvm tools: Support new virtio-pci spec in kvm tools

[PATCH 00/11] virtio: Support for hibernation (S4)
 2011-11-15 12:52 UTC 

[RFC PATCH net-next v2] enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
 2011-11-15  0:17 UTC 

[RFC PATCH net-next] enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
 2011-11-15  0:14 UTC  (5+ messages)

[RFC PATCH net-next] enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
 2011-11-14 21:52 UTC 

[RFC] [ver3 PATCH 1/6] virtio_net: Introduce VIRTIO_NET_F_MULTIQUEUE
 2011-11-14 16:21 UTC  (10+ messages)
` [RFC] [ver3 PATCH 2/6] virtio: Move 'num_queues' to virtqueue
` [RFC] [ver3 PATCH 3/6] virtio_net: virtio_net driver changes
` [RFC] [ver3 PATCH 4/6] vhost_net: vhost_net changes
` [RFC] [ver3 PATCH 5/6] virtio: Implement find_vqs_irq()
` [RFC] [ver3 PATCH 6/6] virtio_net: Convert virtio_net driver to use find_vqs_irq
` [RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net
` [PATCH RFC] ndo: ndo_queue_xmit/ndo_flush_xmit (was Re: [RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net)

[PATCH 1/1] Staging: hv: Move the mouse driver out of staging
 2011-11-14  2:45 UTC  (11+ messages)

[PULL] virtio pci fix
 2011-11-14  0:48 UTC 

[RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net
 2011-11-12  7:20 UTC 

[RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net
 2011-11-12  5:45 UTC 

[RFC] [ver3 PATCH 0/6] Implement multiqueue virtio-net
 2011-11-11 13:02 UTC 

[PATCH v3 1/3] virtio_console: Fix locking of vtermno
 2011-11-11  4:30 UTC  (7+ messages)
` [PATCH v3 2/3] hvc_init(): Enforce one-time initialization
` [PATCH v3 3/3] Use separate struct console structure for each hvc_console

[PATCH 1/1] Staging: hv: Move the mouse driver out of staging
 2011-11-09 17:23 UTC 

[PATCH 1/1] Staging: hv: mousevsc: Address Dmitry's review comments
 2011-11-09 16:47 UTC 

[PATCH RFC v3 0/3] Support multiple VirtioConsoles
 2011-11-08 21:44 UTC 

virtio-pci new configuration proposal
 2011-11-08 21:31 UTC  (23+ messages)

[PATCH RFC v2 0/3] Support multiple VirtioConsoles
 2011-11-08 19:30 UTC  (4+ messages)
` [PATCH v2 1/3] virtio_console: Fix locking of vtermno
` [PATCH v2 2/3] hvc_init(): Enforce one-time initialization
` [PATCH v2 3/3] Use separate struct console structure for each hvc_console

[PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of the staging area
 2011-11-08 18:13 UTC 

[PATCH 0000/0011] Staging: hv: storvsc cleanup/new features
 2011-11-08 17:01 UTC  (14+ messages)
` [PATCH 01/11] Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_request
  ` [PATCH 02/11] Staging: hv: storvsc: Cleanup error handling in the probe function
  ` [PATCH 03/11] Staging: hv: storvsc: Fixup the error when processing SET_WINDOW command
  ` [PATCH 04/11] Staging: hv: storvsc: Fix error handling storvsc_host_reset()
  ` [PATCH 05/11] Staging: hv: storvsc: Use the accessor function shost_priv()
  ` [PATCH 06/11] Staging: hv: storvsc: Use the unlocked version queuecommand
  ` [PATCH 07/11] Staging: hv: storvsc: use the macro KBUILD_MODNAME
  ` [PATCH 08/11] Staging: hv: storvsc: Get rid of an unnecessary forward declaration
  ` [PATCH 09/11] Staging: hv: storvsc: Upgrade the vmstor protocol version
  ` [PATCH 10/11] Staging: hv: storvsc: Support hot add of scsi disks
  ` [PATCH 11/11] Staging: hv: storvsc: Support hot-removing of scsi devices

[PATCH RFC 0/3] Support multiple VirtioConsoles
 2011-11-08 11:00 UTC 

[PATCH] virtio-pci: fix use after free
 2011-11-08 10:19 UTC  (4+ messages)

Regression: patch " hvc_console: display printk messages on console." causing infinite loop with 3.2-rc0 + Xen
 2011-11-07 20:24 UTC  (4+ messages)

CFP: 12th IEEE/ACM International Symposium on Cluster, Grid and Cloud Computing (CCGrid 2012) Ottawa, Canada
 2011-11-05  2:39 UTC 

[patch 1/2] xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()
 2011-11-04 18:35 UTC 

[patch 2/2] xen-gntalloc: signedness bug in add_grefs()
 2011-11-04 18:24 UTC 

[patch 1/2] xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()
 2011-11-04 18:24 UTC 

[patch] xen-gntdev: integer overflow in gntdev_alloc_map()
 2011-11-04 18:23 UTC 

[PATCH] virtio-balloon: Trivial cleanups
 2011-11-04  9:36 UTC  (3+ messages)

[PATCH RFC 0/2] virtio-pci: polling mode support
 2011-11-03 16:52 UTC  (5+ messages)
` [PATCH (repost) RFC 2/2] virtio-pci: recall and return msix notifications on ISR read

[Qemu-devel] [PATCH] virtio: Add PCI memory BAR in addition to PIO BAR
 2011-11-03 14:53 UTC  (3+ messages)

[PATCH] VirtioConsole support
 2011-11-03 14:15 UTC  (4+ 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).