virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-17 12:46:09 to 2013-03-23 11:28:40 UTC [more...]

[PATCH V7 0/5] virtio-scsi multiqueue
 2013-03-23 11:28 UTC  (2+ messages)
` [PATCH V7 1/5] virtio-scsi: redo allocation of target data

[PATCH V6 0/5] virtio-scsi multiqueue
 2013-03-23 11:16 UTC  (13+ messages)
` [PATCH V6 1/5] virtio-scsi: redo allocation of target data
` [PATCH V6 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V6 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V6 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V6 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

xen: how does XEN_PRIVILEGED_GUEST work?
 2013-03-22 22:37 UTC 

[PATCH 00/22] New virtio PCI layout
 2013-03-22 20:12 UTC  (59+ messages)
` [PATCH 01/22] virtio_config: introduce size-based accessors
` [PATCH 02/22] virtio_config: use "
` [PATCH 03/22] virtio_config: make transports implement accessors
` [PATCH 04/22] virtio: use u32, not bitmap for struct virtio_device's features
` [PATCH 05/22] virtio: add support for 64 bit features
` [PATCH 06/22] virtio: move vring structure into struct virtqueue
` [PATCH 07/22] pci: add pci_iomap_range
` [PATCH 08/22] virtio-pci: define layout for virtio vendor-specific capabilities
` [PATCH 09/22] virtio_pci: move old defines to legacy, introduce new structure
` [PATCH 10/22] virtio_pci: use _LEGACY_ defines in virtio_pci_legacy.c
` [PATCH 11/22] virtio_pci: don't use the legacy driver if we find the new PCI capabilities
` [PATCH 12/22] virtio_pci: allow duplicate capabilities
` [PATCH 13/22] virtio_pci: new, capability-aware driver
` [PATCH 14/22] virtio_pci: layout changes as per hpa's suggestions
` [PATCH 15/22] virtio_pci: use little endian for config space
` [PATCH 16/22] virtio_pci: use separate notification offsets for each vq
` [PATCH 17/22] virtio_pci_legacy: cleanup struct virtio_pci_vq_info
` [PATCH 18/22] virtio_pci: share structure between legacy and modern
` [PATCH 19/22] virtio_pci: share interrupt/notify handlers "
` [PATCH 20/22] virtio_pci: share virtqueue setup/teardown between modern and legacy driver
` [PATCH 21/22] virtio_pci: simplify common helpers
` [PATCH 22/22] virtio_pci: fix finalize_features in modern driver

[PATCH virtio-next 1/2] caif_virtio: Use vringh_notify_enable correctly
 2013-03-22 15:24 UTC  (2+ messages)
` [PATCH virtio-next 2/2] caif_virtio: Check that vringh_config is not null

[PATCH] tcm_vhost: Use vs for struct vhost_scsi
 2013-03-22  7:07 UTC 

[PATCH V2 0/3] tcm_vhost pending requests flush
 2013-03-22  6:55 UTC  (4+ messages)
` [PATCH V2 1/3] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
` [PATCH V2 2/3] tcm_vhost: Wait for pending requests in vhost_scsi_clear_endpoint()
` [PATCH V2 3/3] tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq

[PATCH V4 0/2] tcm_vhost hotplug
 2013-03-22  5:39 UTC  (3+ messages)
` [PATCH V4 1/2] tcm_vhost: Introduce tcm_vhost_check_feature()
` [PATCH V4 2/2] tcm_vhost: Add hotplug/hotunplug support

[PATCH 1/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
 2013-03-22  2:52 UTC  (2+ messages)
` [PATCH 2/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint

[PATCH 0/2] tcm_vhost endpoint
 2013-03-22  2:52 UTC 

[RFC virt-spec PATCH] only writing out the last byte of MAC makes it have effect
 2013-03-22  0:15 UTC  (5+ messages)
` [RFC qemu "

[PATCH net] vhost/net: fix heads usage of ubuf_info
 2013-03-21 16:33 UTC  (7+ messages)

[PATCH 00/22] virtqueue_add_sgs, virtqueue_add_outbuf, virtqueue_add_inbuf
 2013-03-20 23:28 UTC  (40+ messages)
` [PATCH 01/22] scatterlist: introduce sg_unmark_end
` [PATCH 02/22] virtio_ring: virtqueue_add_sgs, to add multiple sgs
` [PATCH 03/22] virtio_ring: don't count elements twice for add_buf path
` [PATCH 04/22] virtio_ring: inline internal vring functions more aggressively
` [PATCH 05/22] virtio_ring: virtqueue_add_outbuf / virtqueue_add_inbuf
` [PATCH 06/22] tools/virtio: make vringh_test use inbuf/outbuf
` [PATCH 07/22] virtio-blk: reorganize virtblk_add_req
` [PATCH 08/22] virtio-blk: use virtqueue_add_sgs on bio path
` [PATCH 09/22] virtio-blk: use virtqueue_add_sgs on req path
` [PATCH 10/22] virtio_blk: remove nents member
` [PATCH 11/22] virtio-scsi: use virtqueue_add_sgs for command buffers
    ` [PATCH V2 "
` [PATCH 12/22] virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event
` [PATCH 13/22] virtio_net: use virtqueue_add_sgs[] for command buffers
` [PATCH 14/22] virtio_net: use simplified virtqueue accessors
` [PATCH 15/22] virtio_rng: "
` [PATCH 16/22] virtio_console: "
` [PATCH 17/22] caif_virtio: "
` [PATCH 18/22] virtio_rpmsg_bus: "
` [PATCH 19/22] virtio_balloon: "
` [PATCH 20/22] 9p/trans_virtio.c: use virtio_add_sgs[]
` [PATCH 21/22] tools/virtio: remove virtqueue_add_buf() from tests
` [PATCH 22/22] virtio: remove virtqueue_add_buf()

[PATCH V5 0/5] virtio-scsi multiqueue
 2013-03-20  9:53 UTC  (10+ messages)
` [PATCH V5 1/5] virtio-scsi: redo allocation of target data
` [PATCH V5 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V5 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V5 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V5 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug

[PATCH V3 WIP 0/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
 2013-03-20  9:51 UTC  (9+ messages)
` [PATCH V3 WIP 1/3] virtio-scsi: create VirtIOSCSICommon
` [PATCH V3 WIP 2/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
` [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check

[PATCH V3 0/2] tcm_vhost hotplug/hotunplug support
 2013-03-19 13:47 UTC  (8+ messages)

[PATCH] virtio-spec: add field for scsi command size
 2013-03-19  7:58 UTC  (4+ messages)

[PATCH V4 0/5] virtio-scsi multiqueue
 2013-03-19  6:59 UTC  (4+ messages)
` [PATCH V4 1/5] virtio-scsi: redo allocation of target data

[PATCH V3 0/3] tcm_vhost lock and flush fix
 2013-03-19  2:45 UTC  (6+ messages)
` [PATCH V3 3/3] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup

[PATCH 1/2] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
 2013-03-19  2:03 UTC  (6+ messages)

[PATCH 0/2] Fix booting tcm_vhost + seabios
 2013-03-19  0:58 UTC  (4+ messages)

[PULL] vhost: tcm_vhost fixes for 3.9
 2013-03-18 21:36 UTC  (7+ messages)

[PATCHv2] virtio: Introduce vringh wrappers in virtio_config
 2013-03-18  8:52 UTC  (5+ messages)

[PATCH] Revert "virtio_console: Initialize guest_connected=true for rproc_serial"
 2013-03-18  8:51 UTC  (8+ messages)
      ` [PATCHv2] "

vhost questions
 2013-03-18  8:06 UTC  (6+ messages)

[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
 2013-03-18  3:46 UTC  (5+ messages)

[PATCH][v3.2.y] xen-netfront: delay gARP until backend switches to Connected
 2013-03-18  2:19 UTC 


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