All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 WIP 0/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
@ 2013-03-12  6:29 ` Asias He
  0 siblings, 0 replies; 25+ messages in thread
From: Asias He @ 2013-03-12  6:29 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:
Works now (guest boots fine, no hang any more) with seabios's virtio-scsi disabled.
Rebased to latest qemu.org/master
Change details are in commit log.

TODO:
Make seabios happy.

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

 hw/Makefile.objs           |   5 +-
 hw/s390x/s390-virtio-bus.c |  35 +++++++
 hw/vhost-scsi.c            | 242 +++++++++++++++++++++++++++++++++++++++++++++
 hw/vhost-scsi.h            |  64 ++++++++++++
 hw/virtio-pci.c            |  59 +++++++++++
 hw/virtio-scsi.c           | 199 +++++++++----------------------------
 hw/virtio-scsi.h           | 129 ++++++++++++++++++++++++
 include/qemu/osdep.h       |   4 +
 8 files changed, 586 insertions(+), 151 deletions(-)
 create mode 100644 hw/vhost-scsi.c
 create mode 100644 hw/vhost-scsi.h

-- 
1.8.1.4

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

end of thread, other threads:[~2013-03-15  0:58 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12  6:29 [PATCH V2 WIP 0/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module Asias He
2013-03-12  6:29 ` [Qemu-devel] " Asias He
2013-03-12  6:29 ` [PATCH V2 WIP 1/2] virtio-scsi: create VirtIOSCSICommon Asias He
2013-03-12  6:29   ` [Qemu-devel] " Asias He
2013-03-12  6:29 ` [PATCH V2 WIP 2/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module Asias He
2013-03-12  6:29   ` [Qemu-devel] " Asias He
2013-03-12  8:20   ` Stefan Hajnoczi
2013-03-12  8:20   ` Stefan Hajnoczi
2013-03-12  8:20     ` [Qemu-devel] " Stefan Hajnoczi
2013-03-13  2:49     ` Asias He
2013-03-13  2:49       ` [Qemu-devel] " Asias He
2013-03-14  4:25 ` [PATCH V2 WIP 0/2] " Asias He
2013-03-14  4:25   ` [Qemu-devel] " Asias He
2013-03-14  9:25   ` Asias He
2013-03-14  9:25     ` [Qemu-devel] " Asias He
2013-03-14  9:46     ` Michael S. Tsirkin
2013-03-14  9:46       ` [Qemu-devel] " Michael S. Tsirkin
2013-03-14 10:00       ` Paolo Bonzini
2013-03-14 10:00         ` [Qemu-devel] " Paolo Bonzini
2013-03-14 10:21         ` Michael S. Tsirkin
2013-03-14 10:21           ` [Qemu-devel] " Michael S. Tsirkin
2013-03-15  0:58         ` Asias He
2013-03-15  0:58           ` [Qemu-devel] " Asias He
2013-03-15  0:55       ` Asias He
2013-03-15  0:55         ` [Qemu-devel] " Asias He

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.