aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/spapr_vscsi.c
AgeCommit message (Expand)Author
2023-12-30hw/scsi: Constify VMStateRichard Henderson
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-08spapr_vscsi: do not allow device hotplugDaniel Henrique Barboza
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-03-17hw/scsi/spapr_vscsi: Convert debug fprintf() to trace eventPhilippe Mathieu-Daudé
2020-03-17hw/scsi/spapr_vscsi: Prevent buffer overflowPhilippe Mathieu-Daudé
2020-03-17hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer sizePhilippe Mathieu-Daudé
2020-03-17hw/scsi/spapr_vscsi: Introduce req_iu() helperPhilippe Mathieu-Daudé
2020-03-17hw/scsi/spapr_vscsi: Simplify a bitPhilippe Mathieu-Daudé
2020-03-17hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible arrayPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2016-10-05spapr_vscsi: fix build error introduced by f19661c8Felipe Franciosi
2016-09-23spapr_vscsi: convert to trace framework instead of DPRINTFLaurent Vivier
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-01-29ppc: Clean up includesPeter Maydell
2015-10-23hw/scsi/spapr_vscsi: Remove superfluous memsetThomas Huth
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2015-02-05migration: Append JSON description of migration streamAlexander Graf
2014-09-30scsi: Drop scsi_req_abortFam Zheng
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-03-26spapr_vscsi: remove duplicate condition checkPrasad Joshi
2014-03-14spapr-vscsi: fix CRQ statusAlexey Kardashevskiy
2014-03-05spapr_vscsi: Fix REPORT_LUNS handlingNathan Whitehorn
2014-02-22scsi: Change scsi sense buf size to 252Fam Zheng
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy
2013-09-12spapr-vscsi: Report error on unsupported MAD requestsAlexey Kardashevskiy
2013-09-12spapr-vscsi: Adding VSCSI capabilitiesNikunj A. Dadhania
2013-09-12spapr-vscsi: add task managementAlexey Kardashevskiy
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-29spapr-vscsi: fix SOLNT bit in SRP_RSPAlexey Kardashevskiy