virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-09 00:20:20 to 2013-01-22 06:57:10 UTC [more...]

[PATCH 1/6] virtio_host: host-side implementation of virtio rings
 2013-01-22  6:57 UTC  (17+ messages)
` [PATCH 2/6] tools/virtio: fix compile
` [PATCH 3/6] tools/virtio: separate headers more
` [PATCH 4/6] tools/virtio: add vring_test
` [PATCH 5/6] vringh: separate callback for notification
` [PATCH 6/6] tools/virtio: adapt for API changes

[PATCH v2 0/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
 2013-01-22  3:20 UTC  (4+ messages)
` [PATCH v2 1/3] tcm_vhost: Introduce iov_num_pages
` [PATCH v2 2/3] tcm_vhost: Use iov_num_pages to calculate sgl_count
` [PATCH v2 3/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl

[PATCH 1/3] tcm_vhost: Introduce iov_num_pages
 2013-01-22  1:33 UTC  (5+ messages)
` [PATCH 2/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
` [PATCH 3/3] tcm_vhost: Use iov_num_pages to calculate sgl_count

[PATCH V6 1/3] virtio-net: fix the set affinity bug when CPU IDs are not consecutive
 2013-01-22  1:12 UTC  (4+ messages)
` [PATCH V6 2/3] virtio-net: split out clean affinity function
` [PATCH V6 3/3] virtio-net: reset virtqueue affinity when doing cpu hotplug

[RFC] virtio_console: Add DRIVER and INTERFACE to uevent
 2013-01-21 23:25 UTC  (2+ messages)

[PATCH] virtio_console: Use virtio device index to generate port name
 2013-01-21 23:23 UTC  (2+ messages)

[PATCH] virtio_console: Let unconnected rproc device receive data
 2013-01-21 23:21 UTC  (2+ messages)

[PATCH] virtio_console: Don't access uninitialized data
 2013-01-21 23:20 UTC  (2+ messages)

[PATCH v5 0/3] make mac programming for virtio net more robust
 2013-01-21 19:09 UTC  (5+ messages)
` [PATCH v5 1/3] move virtnet_send_command() above virtnet_set_mac_address()
` [PATCH v5 2/3] net: split eth_mac_addr for better error handling
` [PATCH v5 3/3] virtio-net: introduce a new control to set macaddr

[PATCH v4 0/3] make mac programming for virtio net more robust
 2013-01-21 16:13 UTC  (6+ messages)
` [PATCH v4 1/3] move virtnet_send_command() above virtnet_set_mac_address()
` [PATCH v4 2/3] net: split eth_mac_addr for better error handling
` [PATCH v4 3/3] virtio-net: introduce a new control to set macaddr

[QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
 2013-01-21 16:08 UTC  (7+ messages)
` [QEMU PATCH v4 1/3] virtio-net: remove layout assumptions for ctrl vq
  ` [Qemu-devel] "
` [QEMU PATCH v4 2/3] virtio-net: introduce a new macaddr control
` [QEMU PATCH v4 3/3] virtio-net: rename ctrl rx commands

[PATCH 0/5] vhost-scsi: Add support for host virtualized target
 2013-01-21 13:28 UTC  (4+ messages)

[RFC virtio-next 0/4] Introduce CAIF Virtio and reversed Vrings
 2013-01-21 11:55 UTC  (25+ messages)
` [RFCv2 00/12] Introduce host-side virtio queue and CAIF Virtio

[PATCH 0/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
 2013-01-21  8:05 UTC 

[PATCH v3] virtio-spec: set mac address by a new vq command
 2013-01-21  3:05 UTC  (2+ messages)

[PATCH v3 0/2] make mac programming for virtio net more robust
 2013-01-20  2:20 UTC  (5+ messages)
` [PATCH v3 1/2] move virtnet_send_command() above virtnet_set_mac_address()
` [PATCH v3 2/2] virtio-net: introduce a new control to set macaddr

[RFC] remoteproc: Add support for host-side (reversed) vrings
 2013-01-18 14:20 UTC 

[PATCH] virtio: suppress kmemleak false positive
 2013-01-18 11:54 UTC 

[PATCH v2] virtio-spec: set mac address by a new vq command
 2013-01-18 10:43 UTC  (2+ messages)

[PATCH V5 1/2] virtio-net: fix the set affinity bug when CPU IDs are not consecutive
 2013-01-18  6:40 UTC  (6+ messages)
` [PATCH V5 2/2] virtio-net: reset virtqueue affinity when doing cpu hotplug

[PATCH v2 0/2] make mac programming for virtio net more robust
 2013-01-18  2:43 UTC  (18+ messages)
` [PATCH v2 1/2] move virtnet_send_command() above virtnet_set_mac_address()
` [PATCH v2 2/2] virtio-net: introduce a new control to set macaddr
` [QEMU PATCH v2] virtio-net: introduce a new macaddr control
    ` [Qemu-devel] "

[PATCH] tcm_vhost: Use llist for cmd completion list
 2013-01-18  0:42 UTC  (4+ messages)

[PATCH] x86, Allow x2apic without IR on VMware platform
 2013-01-17 23:44 UTC 

[QEMU PATCH v3] virtio-net: introduce a new macaddr control
 2013-01-17 12:40 UTC  (2+ messages)

[PATCH] virtio-spec: set mac address by a new vq command
 2013-01-17  6:34 UTC  (4+ messages)

[RFC PATCH 0/2] make mac programming for virtio net more robust
 2013-01-16  9:17 UTC  (17+ messages)
` [RFC PATCH 1/2] move virtnet_send_command() above virtnet_set_mac_address()
` [RFC PATCH 2/2] virtio-net: introduce a new control to set macaddr
` [RFC PATCH] virtio-net: introduce a new macaddr control
  ` [Qemu-devel] [RFC PATCH 2/2] virtio-net: introduce a new control to set macaddr

[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
 2013-01-16  3:55 UTC  (12+ messages)
` [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers
` [PATCH 1/2] virtio-scsi: split out request queue set affinity function
  ` [PATCH 2/2] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

[PATCH V3 0/2] handle polling errors
 2013-01-14  9:17 UTC  (12+ messages)
` [PATCH V3 2/2] vhost: "

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2013-01-11 21:14 UTC  (35+ messages)
        ` [Xen-devel] "
    ` [PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
        ` [Xen-devel] "

[PATCH] virtio: suppress kmemleak false positive
 2013-01-11 14:47 UTC  (4+ messages)

[PATCH] virtio: suppress kmemleak false positive
 2013-01-11 13:51 UTC 

[PATCH V4 1/2] virtio-net: fix the set affinity bug when CPU IDs are not consecutive
 2013-01-11  8:44 UTC  (3+ messages)
` [PATCH V4 2/2] virtio-net: reset virtqueue affinity when doing cpu hotplug

[PATCH V3 1/2] virtio-net: fix the set affinity bug when CPU IDs are not consecutive
 2013-01-11  8:37 UTC  (10+ messages)

linux-next: Tree for Jan 10 (vmci)
 2013-01-10 19:28 UTC 

[PATCH 0/6] VSOCK for Linux upstreaming
 2013-01-10  2:42 UTC  (8+ messages)
    ` [Pv-drivers] "

[PATCH] virtio-spec: fix two typos
 2013-01-10  0:51 UTC  (3+ messages)

[PATCH 00/12] VMCI for Linux upstreaming
 2013-01-09  0:50 UTC  (6+ messages)
` [PATCH 07/12] VMCI: queue pairs implementation
    ` [Pv-drivers] "


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