Age | Commit message (Expand) | Author |
2023-09-11 | hw: replace most qemu_bh_new calls with qemu_bh_new_guarded | Alexander Bulekov |
2022-10-18 | scsi: Use device_cold_reset() and bus_cold_reset() | Peter Maydell |
2022-09-01 | scsi: Add buf_len parameter to scsi_req_new() | John Millikin |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2021-12-31 | pci: Let ld*_pci_dma() propagate MemTxResult | Philippe Mathieu-Daudé |
2021-12-31 | pci: Let ld*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-09-30 | scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named() | Peter Maydell |
2021-04-19 | mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392) | Michael Tokarev |
2021-02-25 | scsi: drop 'result' argument from command_complete callback | Hannes Reinecke |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-08-27 | mptsas: Move QOM macros to header | Eduardo Habkost |
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 qemu/main-loop.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-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-06 | hw/scsi: Use the QOM BUS() macro to access BusState.qbus | Philippe Mathieu-Daudé |
2018-08-23 | scsi: mptsas: Mark as storage device | Guenter Roeck |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2017-12-05 | pci: Add pci_dev_bus_num() helper | David Gibson |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-09-19 | osdep.h: Prohibit disabling assert() in supported builds | Eric Blake |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini |
2017-03-14 | scsi: mptsas: fix the wrong reading size in fetch request | Li Qiang |
2017-02-21 | hw/scsi: Concentrate -drive if=scsi auto-create in one place | Markus Armbruster |
2016-09-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-15 | mptsas: change .realize function name | Cao jin |
2016-09-14 | scsi: mptsas: use g_new0 to allocate MPTSASRequest object | Li Qiang |
2016-08-03 | mptsas: really fix migration compatibility | Paolo Bonzini |
2016-07-29 | mptsas: Fix a migration compatible issue | Cao jin |
2016-07-05 | mptsas: remove unnecessary internal msi state flag | Cao jin |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |
2016-07-05 | mptsas: change msi property type | Cao jin |
2016-05-29 | scsi: mptsas: infinite loop while fetching requests | Prasad J Pandit |
2016-02-16 | mptsas: fix wrong formula | Paolo Bonzini |
2016-02-16 | mptsas: fix memory leak | Paolo Bonzini |
2016-02-09 | hw: Add support for LSI SAS1068 (mptsas) device | Paolo Bonzini |