Age | Commit message (Expand) | Author |
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-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell |
2022-01-29 | Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128... | Peter Maydell |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2022-01-28 | rtc: Move RTC function prototypes to their own header | Peter Maydell |
2022-01-18 | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-... | Peter Maydell |
2022-01-18 | hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult | Philippe Mathieu-Daudé |
2022-01-18 | hw/dma: Use dma_addr_t type definition when relevant | Philippe Mathieu-Daudé |
2022-01-18 | hw/scsi: Rename SCSIRequest::resid as 'residual' | Philippe Mathieu-Daudé |
2022-01-18 | hw/scsi/megasas: Simplify using the ldst API | Philippe Mathieu-Daudé |
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-12-31 | pci: Let st*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_read() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Have dma_buf_read() / dma_buf_write() take a void pointer | Philippe Mathieu-Daudé |
2021-12-30 | hw/scsi/megasas: Use uint32_t for reply queue head/tail values | Philippe Mathieu-Daudé |
2021-12-18 | hw/scsi/megasas: Fails command if SGL buffer overflows | Philippe Mathieu-Daudé |
2021-09-30 | scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named() | Peter Maydell |
2021-02-25 | scsi: drop 'result' argument from command_complete callback | Hannes Reinecke |
2021-02-20 | hw/scsi/megasas: Remove pointless parenthesis | Philippe Mathieu-Daudé |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-09-30 | hw: megasas: consider 'iov_count=0' is an error in megasas_map_sgl | Li Qiang |
2020-09-30 | hw: megasas: return -1 when 'megasas_map_sgl' fails | Li Qiang |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-27 | megasas: Rename QOM class cast macros | Eduardo Habkost |
2020-06-26 | hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints | Thomas Huth |
2020-06-10 | megasas: use unsigned type for positive numeric fields | Prasad J Pandit |
2020-06-10 | megasas: avoid NULL pointer dereference | Prasad J Pandit |
2020-06-10 | megasas: use unsigned type for reply_queue_head and check index | Prasad J Pandit |
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-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-15 | megasas: fix mapped frame size | Peter Lieven |
2018-08-23 | megasas: fix sglist leak | Marc-André Lureau |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
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-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini |
2017-06-15 | megasas: always store SCSIRequest* into MegasasCmd | Paolo Bonzini |
2017-06-15 | megasas: do not read SCSI req parameters more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read command more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read DCMD opcode more than once from frame | Paolo Bonzini |
2017-06-15 | megasas: do not read iovec count more than once from frame | Paolo Bonzini |