virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-10 17:55:14 to 2012-08-21 15:20:11 UTC [more...]

[PATCH v8 1/5] mm: introduce a common interface for balloon pages mobility
 2012-08-21 15:20 UTC  (12+ messages)
` [PATCH v8 2/5] mm: introduce compaction and migration for ballooned pages
` [PATCH v8 3/5] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v8 4/5] mm: introduce putback_movable_pages()
` [PATCH v8 5/5] mm: add vm event counters for balloon pages compaction

[PATCH v8 0/5] make balloon pages movable by compaction
 2012-08-21 12:47 UTC 

[PATCH V2 0/6] virtio-trace: Support virtio-trace
 2012-08-21 12:33 UTC  (4+ messages)
  `  "

[PATCH 1/2 v1] blkdrv: Add queue limits parameters for sg block drive
 2012-08-21 10:14 UTC  (8+ messages)
` [PATCH 2/2 v1] virtio-scsi: set per-LUN queue limits for sg devices

[PATCH v1] virtio-scsi: get and set the queue limits for sg device
 2012-08-21  9:42 UTC  (3+ messages)

[PATCH v7 1/4] mm: introduce compaction and migration for virtio ballooned pages
 2012-08-21  5:31 UTC  (47+ messages)
` [PATCH v7 2/4] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v7 3/4] mm: introduce putback_movable_pages()
` [PATCH v7 4/4] mm: add vm event counters for balloon pages compaction

[RFC PATCH 0/6] virtio-trace: Support virtio-trace
 2012-08-21  5:09 UTC  (4+ messages)

[RFC-v2 1/6] msix: Work-around for vhost-scsi with KVM in-kernel MSI injection
 2012-08-20 22:24 UTC  (35+ messages)
  ` [Qemu-devel] "
` [RFC-v2 2/6] vhost: Pass device path to vhost_dev_init()
` [RFC-v2 3/6] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost
` [RFC-v2 4/6] virtio-scsi: Add start/stop functionality for vhost-scsi
` [RFC-v2 5/6] virtio-scsi: Set max_target=0 during vhost-scsi operation
` [RFC-v2 6/6] virtio-scsi: Fix incorrect VirtIOSCSI->cmd_vqs[0] definition
  ` [Qemu-devel] [RFC-v2 3/6] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost
` [RFC-v2 0/6] vhost-scsi: Add support for host virtualized target

[PATCH] virtio-scsi spec: add per-LUN parameter query
 2012-08-20 15:57 UTC  (3+ messages)

[PATCH] virtio-scsi spec: add per-LUN parameter query
 2012-08-20  9:03 UTC 

[GIT PULL] tcm_vhost: Initial merge of vhost level target fabric driver
 2012-08-18 22:31 UTC  (2+ messages)

[PATCH V3 00/14] drivers: hv: kvp
 2012-08-17 16:55 UTC  (17+ messages)
` [PATCH V3 01/14] Drivers: hv: kvp: Support the new IP injection messages
  ` [PATCH V3 02/14] Tools: hv: Prepare to expand kvp_get_ip_address() functionality
  ` [PATCH V3 03/14] Tools: hv: Further refactor kvp_get_ip_address()
  ` [PATCH V3 04/14] Tools: hv: Gather address family information
  ` [PATCH V3 05/14] Tools: hv: Gather subnet information
  ` [PATCH V3 06/14] Tools: hv: Represent the ipv6 mask using CIDR notation
  ` [PATCH V3 07/14] Tools: hv: Gather ipv[4,6] gateway information
  ` [PATCH V3 08/14] Tools: hv: Gather DNS information
  ` [PATCH V3 09/14] Tools: hv: Gather DHCP information
  ` [PATCH V3 10/14] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
  ` [PATCH V3 11/14] Tools: hv: Rename the function kvp_get_ip_address()
  ` [PATCH V3 12/14] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO
  ` [PATCH V3 13/14] Tools: hv: Get rid of some unused variables
  ` [PATCH V3 14/14] Tools: hv: Correctly type string variables

[PATCH V3 00/14] drivers: hv: kvp
 2012-08-17  1:12 UTC  (17+ messages)
  ` [PATCH 01/14] Drivers: hv: kvp: Support the new IP injection messages
  ` [PATCH 02/14] Tools: hv: Prepare to expand kvp_get_ip_address() functionality
  ` [PATCH 03/14] Tools: hv: Further refactor kvp_get_ip_address()
  ` [PATCH 04/14] Tools: hv: Gather address family information
  ` [PATCH 05/14] Tools: hv: Gather subnet information
  ` [PATCH 06/14] Tools: hv: Represent the ipv6 mask using CIDR notation
  ` [PATCH 07/14] Tools: hv: Gather ipv[4,6] gateway information
  ` [PATCH 08/14] Tools: hv: Gather DNS information
  ` [PATCH 09/14] Tools: hv: Gather DHCP information
  ` [PATCH 10/14] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
  ` [PATCH 11/14] Tools: hv: Rename the function kvp_get_ip_address()
  ` [PATCH 12/14] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO
  ` [PATCH 13/14] Tools: hv: Get rid of some unused variables
  ` [PATCH 14/14] Tools: hv: Correctly type string variables

[PATCH V2 00/18] drivers: hv: kvp
 2012-08-16 22:40 UTC  (30+ messages)
` [PATCH V2 01/18] Drivers: hv: vmbus: Use the standard format string to format GUIDs
  ` [PATCH V2 02/18] Drivers: hv: Add KVP definitions for IP address injection
  ` [PATCH V2 03/18] Drivers: hv: kvp: Cleanup error handling in KVP
  ` [PATCH V2 04/18] Drivers: hv: kvp: Support the new IP injection messages
  ` [PATCH V2 05/18] Tools: hv: Prepare to expand kvp_get_ip_address() functionality
  ` [PATCH V2 06/18] Tools: hv: Further refactor kvp_get_ip_address()
  ` [PATCH V2 07/18] Tools: hv: Gather address family information
  ` [PATCH V2 08/18] Tools: hv: Gather subnet information
  ` [PATCH V2 09/18] Tools: hv: Represent the ipv6 mask using CIDR notation
  ` [PATCH V2 10/18] Tools: hv: Gather ipv[4,6] gateway information
  ` [PATCH V2 11/18] Tools: hv: Gather DNS information
  ` [PATCH V2 12/18] Tools: hv: Gather DHCP information
  ` [PATCH V2 13/18] Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFO
  ` [PATCH V2 14/18] Tools: hv: Rename the function kvp_get_ip_address()
  ` [PATCH V2 15/18] Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFO
  ` [PATCH V2 16/18] Tools: hv: Get rid of some unused variables
  ` [PATCH V2 17/18] Tools: hv: Correctly type string variables
  ` [PATCH V2 18/18] Tools: hv: Properly manage open streams

[PATCH 1/1] Drivers: hv: Explicitly size elements of protocol structures
 2012-08-16 19:52 UTC  (3+ messages)

[vmw_vmci 00/11] VMCI for Linux
 2012-08-15 20:45 UTC  (4+ messages)
` [vmw_vmci 11/11] Apply the header code to make VMCI build

oVirt Workshop Europe 2012: Call For Participation
 2012-08-14 21:44 UTC 

[ 01/82] virtio-blk: Call del_gendisk() before disable guest kick
 2012-08-13 20:18 UTC  (3+ messages)
` [ 02/82] virtio-blk: Reset device after blk_cleanup_queue()
` [ 03/82] virtio-blk: Use block layer provided spinlock

[RFC-v2 0/6] vhost-scsi: Add support for host virtualized target
 2012-08-13  8:35 UTC 

[Question]About KVM network zero-copy feature!
 2012-08-13  7:18 UTC  (8+ messages)

virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
 2012-08-11 12:52 UTC  (2+ 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).