| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | spapr_vscsi: do not allow device hotplug | Daniel Henrique Barboza | 2020-09-08 | 1 | -0/+3 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -3/+1 |
* | hw/scsi/spapr_vscsi: Prevent buffer overflow | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -3/+10 |
* | hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -5/+5 |
* | hw/scsi/spapr_vscsi: Introduce req_iu() helper | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -16/+23 |
* | hw/scsi/spapr_vscsi: Simplify a bit | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -3/+3 |
* | hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array | Philippe Mathieu-Daudé | 2020-03-17 | 1 | -3/+3 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+2 |
* | spapr: Use CamelCase properly | David Gibson | 2019-03-12 | 1 | -7/+7 |
* | scsi: Remove automatic creation of SCSI controllers with -drive if=scsi | Thomas Huth | 2018-03-06 | 1 | -2/+1 |
* | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 2017-09-19 | 1 | -1/+1 |
* | hw: Deprecate -drive if=scsi with non-onboard HBAs | Markus Armbruster | 2017-02-21 | 1 | -0/+2 |
* | hw/scsi: Concentrate -drive if=scsi auto-create in one place | Markus Armbruster | 2017-02-21 | 1 | -3/+0 |
* | spapr_vscsi: fix build error introduced by f19661c8 | Felipe Franciosi | 2016-10-05 | 1 | -1/+1 |
* | spapr_vscsi: convert to trace framework instead of DPRINTF | Laurent Vivier | 2016-09-23 | 1 | -52/+36 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -1/+1 |
* | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2016-03-22 | 1 | -0/+2 |
* | ppc: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | hw/scsi/spapr_vscsi: Remove superfluous memset | Thomas Huth | 2015-10-23 | 1 | -1/+0 |
* | spapr_vio: Convert to realize() | Markus Armbruster | 2015-03-09 | 1 | -10/+3 |
* | migration: Append JSON description of migration stream | Alexander Graf | 2015-02-05 | 1 | -1/+1 |
* | scsi: Drop scsi_req_abort | Fam Zheng | 2014-09-30 | 1 | -3/+10 |
* | scsi: Print command name in debug | Alexey Kardashevskiy | 2014-06-18 | 1 | -2/+3 |
* | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela | 2014-06-16 | 1 | -4/+2 |
* | spapr_vscsi: remove duplicate condition check | Prasad Joshi | 2014-03-26 | 1 | -1/+1 |
* | spapr-vscsi: fix CRQ status | Alexey Kardashevskiy | 2014-03-14 | 1 | -2/+2 |
* | spapr_vscsi: Fix REPORT_LUNS handling | Nathan Whitehorn | 2014-03-05 | 1 | -0/+60 |
* | scsi: Change scsi sense buf size to 252 | Fam Zheng | 2014-02-22 | 1 | -1/+0 |
* | spapr: add vio-bus devices to categories | Alexey Kardashevskiy | 2013-11-08 | 1 | -0/+1 |
* | spapr-vscsi: Report error on unsupported MAD requests | Alexey Kardashevskiy | 2013-09-12 | 1 | -4/+18 |
* | spapr-vscsi: Adding VSCSI capabilities | Nikunj A. Dadhania | 2013-09-12 | 1 | -0/+54 |
* | spapr-vscsi: add task management | Alexey Kardashevskiy | 2013-09-12 | 1 | -27/+92 |
* | scsi: Pass size to scsi_bus_new() | Andreas Färber | 2013-08-30 | 1 | -1/+2 |
* | spapr: Rename 'dprintf' to 'DPRINTF' | Peter Maydell | 2013-07-30 | 1 | -28/+29 |
* | spapr-vscsi: fix SOLNT bit in SRP_RSP | Alexey Kardashevskiy | 2013-07-29 | 1 | -2/+3 |
* | pseries: savevm support for PAPR virtual SCSI | David Gibson | 2013-07-29 | 1 | -1/+81 |
* | pseries: rework PAPR virtual SCSI | Alexey Kardashevskiy | 2013-07-29 | 1 | -93/+130 |
* | scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline() | Andreas Färber | 2013-07-23 | 1 | -1/+6 |
* | scsi: add bus_name parameter to scsi_bus_new. | KONRAD Frederic | 2013-05-03 | 1 | -1/+1 |
* | pseries: Convert VIO code to QOM style type safe(ish) casts | David Gibson | 2013-04-26 | 1 | -6/+9 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -2/+2 |
* | hw: move SCSI controllers to hw/scsi/, configure via default-configs/ | Paolo Bonzini | 2013-04-08 | 1 | -0/+982 |