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