virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-27 00:47:18 to 2012-12-20 04:04:55 UTC [more...]

[Qemu-devel] [PATCH v6 12/12] virtio-blk: add x-data-plane=on|off performance feature
 2012-12-20  4:04 UTC  (2+ messages)

[PATCH] virtio-blk: Don't free ida when disk is in use
 2012-12-19 19:40 UTC 

[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
 2012-12-19 16:52 UTC  (28+ messages)
` [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers
` [PATCH v2 2/5] virtio-scsi: use functions for piecewise composition "
` [PATCH v2 3/5] virtio-scsi: redo allocation of target data
` [PATCH v2 4/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH v2 5/5] virtio-scsi: introduce multiqueue support

[PATCH] virtio-spec: Document VIRTIO_BLK_T_GET_ID
 2012-12-17  8:45 UTC  (6+ messages)
  ` [PATCH 1/2] Auto-fix lines after 67023431
    ` [PATCH 2/2] Document VIRTIO_BLK_T_GET_ID

[PATCH] virtio-spec: fix thinko in multiport documentation
 2012-12-14  1:01 UTC  (5+ messages)

[PATCHv9 0/2] virtio_console: Add rproc_serial driver
 2012-12-12 12:38 UTC  (3+ messages)
` [PATCHv9 1/2] virtio_console: Merge struct buffer_token into struct port_buffer
` [PATCHv9 2/2] virtio_console: Add support for remoteproc serial

[[PATCH v9 3/3] 1/1] virtio_console: Remove buffers from out_vq at port removal
 2012-12-12 12:31 UTC  (8+ messages)

[PATCHv8] virtio-spec: virtio network device multiqueue support
 2012-12-11 13:10 UTC 

[PATCH V3 1/2] virtio: use dev_to_virtio wrapper in virtio
 2012-12-11  0:36 UTC  (3+ messages)
` [PATCH V3 2/2] virtio: add drv_to_virtio to make code clearly

[PATCHv7] virtio-spec: virtio network device multiqueue support
 2012-12-10 23:50 UTC  (2+ messages)

[PATCHv6] virtio-spec: virtio network device multiqueue support
 2012-12-10 10:36 UTC  (3+ messages)

[PATCHv8 0/3]virtio_console: Add rproc_serial driver
 2012-12-10 10:08 UTC  (4+ messages)
    ` [PATCH] Introduce rproc serial device specification

CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
 2012-12-10  9:57 UTC 

CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
 2012-12-10  9:53 UTC 

[PATCH 0/1] virtio: console: regression in virtqueue_add_buf() change
 2012-12-09 23:36 UTC  (3+ messages)
` [PATCH 1/1] virtio: console: virtqueue_add_buf() no longer returns > 0

[PATCH net-next v3 0/3] Multiqueue support in virtio-net
 2012-12-09  5:32 UTC  (8+ messages)
` [PATCH net-next v3 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [PATCH net-next v3 2/3] virtio_net: multiqueue support
` [PATCH net-next v3 3/3] virtio-net: support changing the number of queue pairs through ethtool

[PATCH 1/1] xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h
 2012-12-07 21:16 UTC  (2+ messages)
  ` [Xen-devel] "

[PULL net-next] vhost: changes for 3.8
 2012-12-07 17:58 UTC  (2+ messages)

[PATCHv6] virtio-spec: virtio network device multiqueue support
 2012-12-07 14:18 UTC 

[RFC virtio-next 0/4] Introduce CAIF Virtio and reversed Vrings
 2012-12-07 14:05 UTC  (22+ messages)
` [RFCv2 00/12] Introduce host-side virtio queue and CAIF Virtio
  ` [RFCv2 01/12] vhost: Use struct vring in vhost_virtqueue
  ` [RFCv2 02/12] vhost: Isolate reusable vring related functions
  ` [RFCv2 03/12] virtio-ring: Introduce file virtio_ring_host
  ` [RFCv2 04/12] virtio-ring: Refactor out the functions accessing user memory
  ` [RFCv2 05/12] virtio-ring: Refactor move attributes to struct virtqueue
  ` [RFCv2 06/12] virtio_ring: Move SMP macros to virtio_ring.h
  ` [RFCv2 07/12] virtio-ring: Add Host side virtio-ring implementation
  ` [RFCv2 08/12] virtio: Update vring_interrupt for host-side virtio queues
  ` [RFCv2 09/12] virtio-ring: Add BUG_ON checking on host/guest ring type
  ` [RFCv2 10/12] virtio: Add argument reversed to function find_vqs()
  ` [RFCv2 11/12] remoteproc: Add support for host-virtqueues
  ` [RFCv2 12/12] caif_virtio: Introduce caif over virtio

[PATCH] vhost-blk: Add vhost-blk support v6
 2012-12-07  7:05 UTC  (3+ messages)

[PATCHv5] virtio-spec: virtio network device RFS support
 2012-12-07  3:14 UTC  (9+ messages)

[Pv-drivers] [PATCH 0/6] VSOCK for Linux upstreaming
 2012-12-06 15:28 UTC 

[PATCHv2] x86info: dump kvm cpuid's
 2012-12-06 14:48 UTC  (4+ messages)

[PATCH 1/3] virtio: change to_vp_device to an inlined definition
 2012-12-06  6:10 UTC  (14+ messages)
` [PATCH 2/3] virtio: use dev_to_virtio wrapper in virtio
` [PATCH 3/3] virtio: add drv_to_virtio to make code clearly
  ` [PATCH V2 1/2] virtio: use dev_to_virtio wrapper in virtio
    ` [PATCH V2 2/2] virtio: add drv_to_virtio to make code clearly

[PATCH net-next v2 0/3] Multiqueue support in virtio-net
 2012-12-05 10:37 UTC  (4+ messages)
` [PATCH net-next v2 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [PATCH net-next v2 2/3] virtio_net: multiqueue support
` [PATCH net-next v2 3/3] virtio-net: support changing the number of queue pairs through ethtool

[PATCH net-next 0/3] Multiqueue support for virtio-net
 2012-12-05  6:33 UTC  (10+ messages)
` [PATCH net-next 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [PATCH net-next 2/3] virtio_net: multiqueue support
` [PATCH net-next 3/3] virtio-net: change the number of queues through ethtool

[net-next RFC] pktgen: don't wait for the device who doesn't free skb immediately after sent
 2012-12-04 12:55 UTC  (12+ messages)

[net-next rfc v7 0/3] Multiqueue virtio-net
 2012-12-04  9:27 UTC  (27+ messages)
` [net-next rfc v7 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [net-next rfc v7 2/3] virtio_net: multiqueue support
` [net-next rfc v7 3/3] virtio-net: change the number of queues through ethtool

[PATCH] virtio-spec: serial: english tweak
 2012-12-04  6:08 UTC  (2+ messages)

xen-blkback: move free persistent grants code
 2012-12-03 21:14 UTC  (2+ messages)

xen/blkback: Persistent grant maps for xen blk drivers
 2012-12-03 21:06 UTC 

[PATCH] vhost-net: initialize zcopy packet counters
 2012-12-03 18:42 UTC  (2+ messages)

[PATCHv4] virtio-spec: virtio network device RFS support
 2012-12-02 22:46 UTC  (2+ messages)

[PATCH 12/12] VMCI: Some header and config files
 2012-11-30 21:17 UTC  (11+ messages)
    ` [Pv-drivers] "

[PATCH] vhost-blk: Add vhost-blk support v5
 2012-11-28 16:26 UTC  (3+ messages)

[PATCH v11 4/7] mm: introduce compaction and migration for ballooned pages
 2012-11-27 11:59 UTC  (2+ messages)

[PATCH 00/12] VMCI for Linux upstreaming
 2012-11-27  0:47 UTC  (5+ messages)
` [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).