Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-08 | spapr_vscsi: Set uninitialized variable | Stefan Weil | |
cppcheck reports this error: hw/spapr_vscsi.c:274: error: Uninitialized variable: rc If llen == 0, rc was indeed used without being initialized. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Alexander Graf <agraf@suse.de> | |||
2011-04-01 | Implement PAPR virtual SCSI interface (ibmvscsi) | Ben Herrenschmidt | |
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> |