All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 WIP 0/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
@ 2013-03-19  0:34 ` Asias He
  0 siblings, 0 replies; 64+ messages in thread
From: Asias He @ 2013-03-19  0:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: kvm, Michael S. Tsirkin, virtualization, target-devel,
	Stefan Hajnoczi, Paolo Bonzini

This is on top of Paolo and Nick's work.

Current status:
Basically, tcm_vhost + seabios works now. We still have one more issue,
vhost_verify_ring_mappings fails. The hotplug also works with the latest
tcm_vhost.ko hotplug patch.

Asias He (1):
  disable vhost_verify_ring_mappings check

Paolo Bonzini (2):
  virtio-scsi: create VirtIOSCSICommon
  vhost-scsi: new device supporting the tcm_vhost Linux kernel module

 configure                  |  15 ++-
 hw/Makefile.objs           |   5 +-
 hw/s390x/s390-virtio-bus.c |  35 +++++++
 hw/vhost-scsi.c            | 242 +++++++++++++++++++++++++++++++++++++++++++++
 hw/vhost-scsi.h            |  65 ++++++++++++
 hw/vhost.c                 |   2 +
 hw/virtio-pci.c            |  62 ++++++++++++
 hw/virtio-scsi.c           | 199 +++++++++----------------------------
 hw/virtio-scsi.h           | 129 ++++++++++++++++++++++++
 include/qemu/osdep.h       |   4 +
 10 files changed, 606 insertions(+), 152 deletions(-)
 create mode 100644 hw/vhost-scsi.c
 create mode 100644 hw/vhost-scsi.h

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 64+ messages in thread

end of thread, other threads:[~2013-04-03  6:47 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19  0:34 [PATCH V3 WIP 0/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module Asias He
2013-03-19  0:34 ` [Qemu-devel] " Asias He
2013-03-19  0:34 ` [PATCH V3 WIP 1/3] virtio-scsi: create VirtIOSCSICommon Asias He
2013-03-19  0:34   ` [Qemu-devel] " Asias He
2013-03-19  0:34 ` [PATCH V3 WIP 2/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module Asias He
2013-03-19  0:34 ` Asias He
2013-03-19  0:34   ` [Qemu-devel] " Asias He
2013-03-19  8:40   ` Stefan Hajnoczi
2013-03-19  8:40     ` [Qemu-devel] " Stefan Hajnoczi
2013-03-19  0:34 ` [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check Asias He
2013-03-19  0:34 ` Asias He
2013-03-19  0:34   ` [Qemu-devel] " Asias He
2013-03-19  8:40   ` Stefan Hajnoczi
2013-03-19  8:40     ` [Qemu-devel] " Stefan Hajnoczi
2013-03-19  8:47     ` Asias He
2013-03-19  8:47       ` [Qemu-devel] " Asias He
2013-03-20  1:57     ` Nicholas A. Bellinger
2013-03-20  1:57     ` Nicholas A. Bellinger
2013-03-20  1:57       ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-20  9:51       ` Michael S. Tsirkin
2013-03-20  9:51         ` [Qemu-devel] " Michael S. Tsirkin
2013-03-27 21:31         ` Nicholas A. Bellinger
2013-03-27 21:31         ` Nicholas A. Bellinger
2013-03-27 21:31           ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-27 21:56           ` Michael S. Tsirkin
2013-03-27 21:56           ` Michael S. Tsirkin
2013-03-27 21:56             ` [Qemu-devel] " Michael S. Tsirkin
2013-03-27 22:33             ` Nicholas A. Bellinger
2013-03-27 22:33             ` Nicholas A. Bellinger
2013-03-27 22:33               ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-28  6:45               ` Nicholas A. Bellinger
2013-03-28  6:45                 ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-28  7:35                 ` Nicholas A. Bellinger
2013-03-28  7:35                   ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-28  9:04                   ` Michael S. Tsirkin
2013-03-28  9:04                     ` [Qemu-devel] " Michael S. Tsirkin
2013-03-28 10:03                     ` Paolo Bonzini
2013-03-28 10:03                       ` [Qemu-devel] " Paolo Bonzini
2013-03-29  2:47                       ` Nicholas A. Bellinger
2013-03-29  2:47                       ` Nicholas A. Bellinger
2013-03-29  2:47                         ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-28 10:13                     ` Paolo Bonzini
2013-03-28 10:13                       ` [Qemu-devel] " Paolo Bonzini
2013-03-29  2:53                       ` Nicholas A. Bellinger
2013-03-29  2:53                       ` Nicholas A. Bellinger
2013-03-29  2:53                         ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-29  8:14                         ` Paolo Bonzini
2013-03-29  8:14                           ` [Qemu-devel] " Paolo Bonzini
2013-04-02  1:05                           ` Nicholas A. Bellinger
2013-04-02  1:05                             ` [Qemu-devel] " Nicholas A. Bellinger
2013-04-02 13:27                             ` Michael S. Tsirkin
2013-04-02 13:27                               ` [Qemu-devel] " Michael S. Tsirkin
2013-04-03  4:04                               ` Nicholas A. Bellinger
2013-04-03  4:04                                 ` [Qemu-devel] " Nicholas A. Bellinger
2013-04-03  4:59                                 ` Nicholas A. Bellinger
2013-04-03  4:59                                   ` [Qemu-devel] " Nicholas A. Bellinger
2013-04-03  6:47                                   ` Paolo Bonzini
2013-04-03  6:47                                     ` [Qemu-devel] " Paolo Bonzini
2013-04-03  4:04                               ` Nicholas A. Bellinger
2013-04-02  1:05                           ` Nicholas A. Bellinger
2013-03-29  3:28                     ` Nicholas A. Bellinger
2013-03-29  3:28                       ` [Qemu-devel] " Nicholas A. Bellinger
2013-03-29  3:28                     ` Nicholas A. Bellinger
2013-03-28  7:35                 ` Nicholas A. Bellinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.