summaryrefslogtreecommitdiff
path: root/hw/scsi/spapr_vscsi.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-05spapr_vscsi: fix build error introduced by f19661c8Felipe Franciosi1-1/+1
2016-09-23spapr_vscsi: convert to trace framework instead of DPRINTFLaurent Vivier1-52/+36
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-10-23hw/scsi/spapr_vscsi: Remove superfluous memsetThomas Huth1-1/+0
2015-03-09spapr_vio: Convert to realize()Markus Armbruster1-10/+3
2015-02-05migration: Append JSON description of migration streamAlexander Graf1-1/+1
2014-09-30scsi: Drop scsi_req_abortFam Zheng1-3/+10
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy1-2/+3
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-4/+2
2014-03-26spapr_vscsi: remove duplicate condition checkPrasad Joshi1-1/+1
2014-03-14spapr-vscsi: fix CRQ statusAlexey Kardashevskiy1-2/+2
2014-03-05spapr_vscsi: Fix REPORT_LUNS handlingNathan Whitehorn1-0/+60
2014-02-22scsi: Change scsi sense buf size to 252Fam Zheng1-1/+0
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy1-0/+1
2013-09-12spapr-vscsi: Report error on unsupported MAD requestsAlexey Kardashevskiy1-4/+18
2013-09-12spapr-vscsi: Adding VSCSI capabilitiesNikunj A. Dadhania1-0/+54
2013-09-12spapr-vscsi: add task managementAlexey Kardashevskiy1-27/+92
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber1-1/+2
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-28/+29
2013-07-29spapr-vscsi: fix SOLNT bit in SRP_RSPAlexey Kardashevskiy1-2/+3
2013-07-29pseries: savevm support for PAPR virtual SCSIDavid Gibson1-1/+81
2013-07-29pseries: rework PAPR virtual SCSIAlexey Kardashevskiy1-93/+130
2013-07-23scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber1-1/+6
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-1/+1
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-6/+9
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move SCSI controllers to hw/scsi/, configure via default-configs/Paolo Bonzini1-0/+982