virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-12 11:11:19 to 2013-03-21 08:29:40 UTC [more...]

[PATCH 00/22] New virtio PCI layout
 2013-03-21  8:29 UTC  (20+ 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 "

[RFC virt-spec PATCH] only writing out the last byte of MAC makes it have effect
 2013-03-21  6:44 UTC  (2+ messages)
` [RFC qemu "

[PATCH net] vhost/net: fix heads usage of ubuf_info
 2013-03-21  6:02 UTC  (4+ 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 V6 0/5] virtio-scsi multiqueue
 2013-03-20 21:22 UTC  (11+ 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

[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  (7+ 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  (9+ messages)
` [PATCH V3 1/3] tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()
` [PATCH V3 2/3] tcm_vhost: Flush vhost_work in vhost_scsi_flush()
` [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  (9+ messages)
` [PATCH 1/2] virtio-scsi: Set _DRIVER_OK flag before scsi target scanning
` [PATCH 2/2] virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
  ` [PATCH 2/2] virtio-scsi: Pack struct virtio_scsi_{req_cmd, resp_cmd}

[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  (9+ messages)
      ` [PATCHv2] "

vhost questions
 2013-03-18  8:06 UTC  (7+ 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 

[PATCH v2, part3 10/12] mm: correctly update zone->mamaged_pages
 2013-03-16 17:03 UTC 

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

[PATCH v3 20/27] PCI, xen: Use for_each_pci_resource() with xen pci
 2013-03-15 13:35 UTC  (2+ messages)

[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
 2013-03-15  9:42 UTC 

[PATCH 1/2] remoteproc: refactor find_vqs to prepare for vringh
 2013-03-15  9:29 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: Add support for host virtio rings (vringh)

[PATCH 0/2] remoteproc : support for host virtio
 2013-03-15  9:29 UTC 

[PATCH V2 WIP 0/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
 2013-03-15  0:58 UTC  (10+ messages)
` [PATCH V2 WIP 2/2] "

[PATCH V2 0/3] tcm_vhost lock and flush fix
 2013-03-14  9:15 UTC  (8+ messages)
` [PATCH V2 1/3] tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()
` [PATCH V2 2/3] tcm_vhost: Flush vhost_work in vhost_scsi_flush()
` [PATCH V2 3/3] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup

[PATCH 0/4] tcm_vhost lock and flush fix
 2013-03-14  2:17 UTC  (18+ messages)
` [PATCH 1/4] tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()
` [PATCH 2/4] tcm_vhost: Introduce tcm_vhost_check_endpoint()
` [PATCH 3/4] tcm_vhost: Fix vs->vs_endpoint checking in vhost_scsi_handle_vq()

[PATCH V2 0/6] tcm_vhost hotplug/hotunplug support and locking/flushing fix
 2013-03-13  8:11 UTC  (6+ 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).