qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V2 WIP 0/2] vhost-scsi: new device supporting the tc


From: Asias He
Subject: [Qemu-devel] [PATCH V2 WIP 0/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
Date: Tue, 12 Mar 2013 14:29:40 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]