- 2d7b39a hw/scsi: Constify VMState by Richard Henderson · 1 year, 3 months ago
- 4a5fc89 scsi: Use device_cold_reset() and bus_cold_reset() by Peter Maydell · 2 years, 5 months ago
- fe9d892 scsi: Add buf_len parameter to scsi_req_new() by John Millikin · 2 years, 7 months ago
- 118d4ed Trivial: 3 char repeat typos by Dr. David Alan Gilbert · 2 years, 9 months ago
- 739e95f scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named() by Peter Maydell · 3 years, 5 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 17ea26c2 scsi: drop 'result' argument from command_complete callback by Hannes Reinecke · 4 years, 4 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 64dbe2c spapr_vscsi: do not allow device hotplug by Daniel Henrique Barboza · 4 years, 7 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- a7017b2 hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event by Philippe Mathieu-Daudé · 5 years ago
- 13a5490 hw/scsi/spapr_vscsi: Prevent buffer overflow by Philippe Mathieu-Daudé · 5 years ago
- ff78b72 hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size by Philippe Mathieu-Daudé · 5 years ago
- 81e7054 hw/scsi/spapr_vscsi: Introduce req_iu() helper by Philippe Mathieu-Daudé · 5 years ago
- 06109ab hw/scsi/spapr_vscsi: Simplify a bit by Philippe Mathieu-Daudé · 5 years ago
- 0dc5569 hw/scsi/spapr_vscsi: Use SRP_MAX_IU_LEN instead of sizeof flexible array by Philippe Mathieu-Daudé · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- ce2918c spapr: Use CamelCase properly by David Gibson · 6 years ago
- 1454509 scsi: Remove automatic creation of SCSI controllers with -drive if=scsi by Thomas Huth · 7 years ago
- 08e2c9f scsi: move block/scsi.h to include/scsi/constants.h by Paolo Bonzini · 8 years ago
- a64aa57 hw: Deprecate -drive if=scsi with non-onboard HBAs by Markus Armbruster · 8 years ago
- fb8b660 hw/scsi: Concentrate -drive if=scsi auto-create in one place by Markus Armbruster · 8 years ago
- 196fe23 spapr_vscsi: fix build error introduced by f19661c8 by Felipe Franciosi · 8 years ago
- f19661c spapr_vscsi: convert to trace framework instead of DPRINTF by Laurent Vivier · 8 years ago
- cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
- 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
- 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
- a23dec1 hw/scsi/spapr_vscsi: Remove superfluous memset by Thomas Huth · 9 years ago
- 28b07e7 spapr_vio: Convert to realize() by Markus Armbruster · 10 years ago
- 8118f09 migration: Append JSON description of migration stream by Alexander Graf · 10 years ago
- eda470e scsi: Drop scsi_req_abort by Fam Zheng · 10 years ago
- b9e77bc scsi: Print command name in debug by Alexey Kardashevskiy · 11 years ago
- 3aff6c2 savevm: Remove all the unneeded version_minimum_id_old (ppc) by Juan Quintela · 11 years ago
- ec8929a spapr_vscsi: remove duplicate condition check by Prasad Joshi · 11 years ago
- 22956a3 spapr-vscsi: fix CRQ status by Alexey Kardashevskiy · 11 years ago
- 3052f0d spapr_vscsi: Fix REPORT_LUNS handling by Nathan Whitehorn · 11 years ago
- c5f5287 scsi: Change scsi sense buf size to 252 by Fam Zheng · 11 years ago
- 29fdedf spapr: add vio-bus devices to categories by Alexey Kardashevskiy · 11 years ago
- f4ff3b7 spapr-vscsi: Report error on unsupported MAD requests by Alexey Kardashevskiy · 12 years ago
- 26573a0 spapr-vscsi: Adding VSCSI capabilities by Nikunj A. Dadhania · 12 years ago
- eb37f14 spapr-vscsi: add task management by Alexey Kardashevskiy · 12 years ago
- b1187b5 scsi: Pass size to scsi_bus_new() by Andreas Färber · 12 years ago
- f6bda9c spapr: Rename 'dprintf' to 'DPRINTF' by Peter Maydell · 12 years ago
- dbd94f8 spapr-vscsi: fix SOLNT bit in SRP_RSP by Alexey Kardashevskiy · 12 years ago
- 1168ec7 pseries: savevm support for PAPR virtual SCSI by David Gibson · 12 years ago
- 8ca8a17 pseries: rework PAPR virtual SCSI by Alexey Kardashevskiy · 12 years ago
- caad4eb scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline() by Andreas Färber · 12 years ago
- 11fc853 scsi: add bus_name parameter to scsi_bus_new. by KONRAD Frederic · 12 years ago
- fd506b4f pseries: Convert VIO code to QOM style type safe(ish) casts by David Gibson · 12 years ago
- 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
- 53a5500 hw: move SCSI controllers to hw/scsi/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/spapr_vscsi.c]
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
- 9d055d8 vscsi: avoid unwarranted strncpy by Jim Meyering · 12 years ago
- ad0ebb9 pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure by David Gibson · 13 years ago
- a4d8e8d spapr_vscsi: Error handling fixes by Benjamin Herrenschmidt · 13 years ago
- d601fac pseries: Implement automatic PAPR VIO address allocation by David Gibson · 13 years ago
- 3cabba6 pseries: Reset vscsi properly by David Gibson · 13 years ago
- e2d9154 pseries: Remove old debug leftovers from spapr_vscsi by David Gibson · 13 years ago
- 01e9545 scsi: pass residual amount to command_complete by Paolo Bonzini · 14 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- 3954d33 spapr: convert to QEMU Object Model (v2) by Anthony Liguori · 13 years ago
- e855761 qdev: prepare source tree for code conversion by Anthony Liguori · 13 years ago
- 0d3545e scsi: add channel to addressing by Paolo Bonzini · 14 years ago
- 7e0380b scsi: allow arbitrary LUNs by Paolo Bonzini · 14 years ago
- f48a7a6 scsi: remove devs array from SCSIBus by Paolo Bonzini · 14 years ago
- afd4030 scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo) by Paolo Bonzini · 14 years ago
- f5b6ffc vscsi: send the CHECK_CONDITION status down together with autosense data by Paolo Bonzini · 14 years ago
- 77c7ea5 spapr: prepare for qdevification of irq by Paolo Bonzini · 14 years ago
- 277f9ac spapr: proper qdevification by Paolo Bonzini · 14 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
- c39ce11 scsi: pass cdb already to scsi_req_new by Paolo Bonzini · 14 years ago
- 05751d3 vscsi: always use get_sense by Paolo Bonzini · 14 years ago
- c5bf71a scsi: Add 'hba_private' to SCSIRequest by Hannes Reinecke · 14 years ago
- aba1f02 scsi: rename arguments to the new callbacks by Paolo Bonzini · 14 years ago
- c6df710 scsi: split command_complete callback in two by Paolo Bonzini · 14 years ago
- 7438221 scsi: Implement 'get_sense' callback by Hannes Reinecke · 14 years ago
- 0c34459 scsi: introduce scsi_req_get_buf by Paolo Bonzini · 14 years ago
- ad3376c scsi: introduce scsi_req_continue by Paolo Bonzini · 14 years ago
- 43a2b33 scsi: introduce scsi_req_new by Paolo Bonzini · 14 years ago
- fc4f075 scsi: do not call send_command directly by Paolo Bonzini · 14 years ago
- 94d3f98 scsi: introduce scsi_req_cancel by Paolo Bonzini · 14 years ago
- 19d110a scsi: introduce scsi_req_abort by Paolo Bonzini · 14 years ago
- 5c6c0e5 scsi: Use 'SCSIRequest' directly by Hannes Reinecke · 14 years ago
- cfdc1bb scsi: introduce SCSIBusOps by Paolo Bonzini · 14 years ago
- 8804f57 spapr_vscsi: Set uninitialized variable by Stefan Weil · 14 years ago
- 6e27044 Implement PAPR virtual SCSI interface (ibmvscsi) by Ben Herrenschmidt · 14 years ago