virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-13 08:40:49 to 2014-06-18 15:10:12 UTC [more...]

Using virtio for inter-VM communication
 2014-06-18 15:10 UTC  (34+ messages)
      ` [Qemu-devel] "
      ` Why I advise against using ivshmem (was: [Qemu-devel] Using virtio for inter-VM communication)
        ` Why I advise against using ivshmem
          ` [Qemu-devel] "

[PATCH 00/11] qspinlock with paravirt support
 2014-06-18 13:50 UTC  (33+ messages)
` [PATCH 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH 03/11] qspinlock: Add pending bit
` [PATCH 04/11] qspinlock: Extract out the exchange of tail code word
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH 06/11] qspinlock: Optimize pending bit
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH 08/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH 09/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH 10/11] qspinlock: Paravirt support
` [PATCH 11/11] qspinlock, kvm: Add paravirt support

[RFC PATCH 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-18  4:04 UTC  (12+ messages)
` [RFC PATCH 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
` [RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[PATCH 03/11] qspinlock: Add pending bit
 2014-06-17 23:23 UTC 

[PATCH v11 01/16] qspinlock: A simple generic 4-byte queue spinlock
 2014-06-17 20:59 UTC  (31+ messages)
` [PATCH v11 02/16] qspinlock, x86: Enable x86-64 to use "
` [PATCH v11 03/16] qspinlock: Add pending bit
` [PATCH v11 04/16] qspinlock: Extract out the exchange of tail code word
` [PATCH v11 05/16] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 07/16] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v11 08/16] qspinlock: Prepare for unfair lock support
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 10/16] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v11 11/16] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v11 12/16] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v11 13/16] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v11 15/16] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v11 16/16] pvqspinlock, x86: Enable PV qspinlock for XEN

Divide error in kvm_unlock_kick()
 2014-06-17 10:27 UTC  (5+ messages)

KVM Forum 2014 Call for Participation
 2014-06-16 16:08 UTC 

[PATCH v1] vhost: avoid large order allocations
 2014-06-13 11:56 UTC  (7+ messages)

Why is virtio_console not a tty?
 2014-06-13  1:26 UTC  (3+ messages)

[PATCH] vhost-scsi: don't open-code kvfree
 2014-06-12 17:59 UTC  (3+ messages)

[PULL] vhost: infrastructure changes for 3.16
 2014-06-12  9:39 UTC  (3+ messages)

[PATCH] block: virtio_blk: don't hold spin lock during world switch
 2014-06-11 14:44 UTC  (12+ messages)

Using virtio for inter-VM communication
 2014-06-10 16:48 UTC 

[PATCH 3.4 45/88] virtio-blk: Call del_gendisk() before disable guest kick
 2014-06-10  0:24 UTC  (2+ messages)
` [PATCH 3.4 46/88] virtio-blk: Reset device after blk_cleanup_queue()

ICAC14 Call For Participation
 2014-06-05 14:54 UTC 

[PATCH v2 1/2] vhost: move acked_features to VQs
 2014-06-05 12:20 UTC  (2+ messages)
` [PATCH v2 2/2] vhost: move memory pointer "

[PATCH 1/2] vhost: move acked_features to VQs
 2014-06-05 12:16 UTC  (3+ messages)
` [PATCH 2/2] vhost: move memory pointer "

[PULL 0/2] vhost enhancements for 3.16
 2014-06-05 10:45 UTC  (12+ messages)
` [PULL 1/2] vhost-net: extend device allocation to vmalloc
` [PULL 2/2] vhost: replace rcu with mutex

[PULL net-next] vhost enhancements for 3.16
 2014-06-02 21:31 UTC  (3+ messages)

question about "struct kvm_segment"
 2014-06-01  1:41 UTC  (3+ messages)

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-30 15:43 UTC 

[RFC] Implement Batched (group) ticket lock
 2014-05-30  8:53 UTC  (10+ messages)

[PATCH] block: virtio_blk: don't hold spin lock during world switch
 2014-05-30  2:49 UTC 

Divide error in kvm_unlock_kick()
 2014-05-28 16:42 UTC 

[PATCH] virtio-scsi: Implement change_queue_depth for virtscsi targets
 2014-05-24  1:07 UTC 

[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-21 17:02 UTC  (10+ messages)
` [PATCH v10 03/19] qspinlock: Add pending bit
                ` [RFC 08/07] qspinlock: integrate pending bit into queue
  ` [PATCH v10 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest

[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
 2014-05-20 18:24 UTC  (8+ messages)

[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
 2014-05-13 21:43 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).