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