Implement PAPR virtual SCSI interface (ibmvscsi)
authorBen Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Apr 2011 04:15:31 +0000 (15:15 +1100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Apr 2011 16:34:57 +0000 (18:34 +0200)
commitb023f575ae82f0e135d2abb719f9fc3a2eca61a2
tree8ce4a148907b0266d1805d7ca5ff4b2a7a553c69
parentd3249627fe76936eceddbc941abbb6788de907ed
Implement PAPR virtual SCSI interface (ibmvscsi)

This patch implements the infrastructure and hypercalls necessary for
the PAPR specified Virtual SCSI interface.  This is the normal method
for providing (virtual) disks to PAPR partitions.

Signed-off-by: Ben Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Makefile.target
hw/ppc-viosrp.h [new file with mode: 0644]
hw/spapr.c
hw/spapr_vio.h
hw/spapr_vscsi.c [new file with mode: 0644]
hw/srp.h [new file with mode: 0644]