summaryrefslogtreecommitdiffstats
path: root/hw/scsi/spapr_vscsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-251-6/+6
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* spapr_vscsi: do not allow device hotplugDaniel Henrique Barboza2020-09-081-0/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/scsi/spapr_vscsi: Convert debug fprintf() to trace eventPhilippe Mathieu-Daudé2020-03-171-3/+1Star
* hw/scsi/spapr_vscsi: Prevent buffer overflowPhilippe Mathieu-Daudé2020-03-171-3/+10
* hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer sizePhilippe Mathieu-Daudé2020-03-171-5/+5
* hw/scsi/spapr_vscsi: Introduce req_iu() helperPhilippe Mathieu-Daudé2020-03-171-16/+23
* hw/scsi/spapr_vscsi: Simplify a bitPhilippe Mathieu-Daudé2020-03-171-3/+3
* hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible arrayPhilippe Mathieu-Daudé2020-03-171-3/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-7/+7
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-2/+1Star
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-191-1/+1
* hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-211-0/+2
* hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster2017-02-211-3/+0Star
* spapr_vscsi: fix build error introduced by f19661c8Felipe Franciosi2016-10-051-1/+1
* spapr_vscsi: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-231-52/+36Star
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/scsi/spapr_vscsi: Remove superfluous memsetThomas Huth2015-10-231-1/+0Star
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-10/+3Star
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-1/+1
* scsi: Drop scsi_req_abortFam Zheng2014-09-301-3/+10
* scsi: Print command name in debugAlexey Kardashevskiy2014-06-181-2/+3
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-4/+2Star
* spapr_vscsi: remove duplicate condition checkPrasad Joshi2014-03-261-1/+1
* spapr-vscsi: fix CRQ statusAlexey Kardashevskiy2014-03-141-2/+2
* spapr_vscsi: Fix REPORT_LUNS handlingNathan Whitehorn2014-03-051-0/+60
* scsi: Change scsi sense buf size to 252Fam Zheng2014-02-221-1/+0Star
* spapr: add vio-bus devices to categoriesAlexey Kardashevskiy2013-11-081-0/+1
* spapr-vscsi: Report error on unsupported MAD requestsAlexey Kardashevskiy2013-09-121-4/+18
* spapr-vscsi: Adding VSCSI capabilitiesNikunj A. Dadhania2013-09-121-0/+54
* spapr-vscsi: add task managementAlexey Kardashevskiy2013-09-121-27/+92
* scsi: Pass size to scsi_bus_new()Andreas Färber2013-08-301-1/+2
* spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell2013-07-301-28/+29
* spapr-vscsi: fix SOLNT bit in SRP_RSPAlexey Kardashevskiy2013-07-291-2/+3
* pseries: savevm support for PAPR virtual SCSIDavid Gibson2013-07-291-1/+81
* pseries: rework PAPR virtual SCSIAlexey Kardashevskiy2013-07-291-93/+130
* scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber2013-07-231-1/+6
* scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic2013-05-031-1/+1
* pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson2013-04-261-6/+9
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-2/+2