All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] scsi: Add support for LSI SAS1068 (mptsas) device
@ 2016-01-27 14:10 Paolo Bonzini
  2016-01-27 14:10 ` [Qemu-devel] [PATCH 1/3] scsi: push WWN fields up to SCSIDevice Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Paolo Bonzini @ 2016-01-27 14:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: don.slutz

Compared to previous submissions, more than one target on the
same device works across all OSes.  I tested Windows 2008, 2012 and
2012r2, as well as RHEL 4-5-6.

Note that for RHEL5 and RHEL6 you need to set up a WWN for the disks.
RHEL4 and Windows do not care.

More info in patch commit logs.

Paolo

Paolo Bonzini (3):
  scsi: push WWN fields up to SCSIDevice
  scsi-generic: grab device and port SAS addresses from backend
  scsi: Add support for LSI SAS1068 (mptsas) device

 default-configs/pci.mak  |    1 +
 hw/scsi/Makefile.objs    |    1 +
 hw/scsi/mpi.h            | 1153 ++++++++++++++++++++++++++++++++++++
 hw/scsi/mptconfig.c      |  903 +++++++++++++++++++++++++++++
 hw/scsi/mptendian.c      |  203 +++++++
 hw/scsi/mptsas.c         | 1443 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/scsi/mptsas.h         |  100 ++++
 hw/scsi/scsi-disk.c      |   23 +-
 hw/scsi/scsi-generic.c   |   92 +++
 include/hw/pci/pci_ids.h |    1 +
 include/hw/scsi/scsi.h   |    3 +
 trace-events             |   22 +
 12 files changed, 3933 insertions(+), 12 deletions(-)
 create mode 100644 hw/scsi/mpi.h
 create mode 100644 hw/scsi/mptconfig.c
 create mode 100644 hw/scsi/mptendian.c
 create mode 100644 hw/scsi/mptsas.c
 create mode 100644 hw/scsi/mptsas.h

-- 
1.8.3.1

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

end of thread, other threads:[~2016-01-28 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 14:10 [Qemu-devel] [PATCH 0/3] scsi: Add support for LSI SAS1068 (mptsas) device Paolo Bonzini
2016-01-27 14:10 ` [Qemu-devel] [PATCH 1/3] scsi: push WWN fields up to SCSIDevice Paolo Bonzini
2016-01-27 14:10 ` [Qemu-devel] [PATCH 3/3] scsi: Add support for LSI SAS1068 (mptsas) device Paolo Bonzini
2016-01-28 13:50 ` [Qemu-devel] [PATCH 0/3] " Shmulik Ladkani
2016-01-28 14:13   ` Paolo Bonzini
2016-01-28 14:06 ` [Qemu-devel] [PATCH] scsi-generic: grab device and port SAS addresses from backend Paolo Bonzini
2016-01-28 14:07 ` [Qemu-devel] [PATCH 2/3] " Paolo Bonzini

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.