Age | Commit message (Expand) | Author |
2021-02-25 | scsi: drop 'result' argument from command_complete callback | Hannes Reinecke |
2020-09-18 | Use OBJECT_DECLARE_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-08-27 | vmw_pvscsi: Rename QOM class cast macros | Eduardo Habkost |
2020-07-02 | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster |
2020-04-01 | hw/scsi/vmw_pvscsi: Remove assertion for kick after reset | Elazar Leibovich |
2020-02-20 | Remove unnecessary cast when using the cpu_[physical]_memory API | Philippe Mathieu-Daudé |
2020-01-30 | add device_legacy_reset function to prepare for reset api change | Damien Hedde |
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 migration/vmstate.h 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/vmw_pvscsi: Use qbus_reset_all() directly | Philippe Mathieu-Daudé |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson |
2017-10-15 | pci: Add interface names to hybrid PCI devices | Eduardo Habkost |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini |
2017-08-01 | hw/scsi/vmw_pvscsi: Convert to realize | Mao Zhongyi |
2017-08-01 | hw/scsi/vmw_pvscsi: Remove the dead error handling | Mao Zhongyi |
2017-05-05 | vmw_pvscsi: check message ring page count at initialisation | P J P |
2017-01-24 | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert |
2016-09-14 | scsi: pvscsi: limit process IO loop to ring size | Prasad J Pandit |
2016-09-13 | scsi: pvscsi: limit loop to fetch SG list | Prasad J Pandit |
2016-09-13 | vmw_pvscsi: check page count while initialising descriptor rings | Prasad J Pandit |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-05 | vmw_pvscsi: 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 | change pvscsi_init_msi() type to void | Cao jin |
2016-05-29 | scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952) | Prasad J Pandit |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | hw/scsi: Clean up includes | Peter Maydell |
2015-12-17 | vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability property | Shmulik Ladkani |
2015-12-17 | vmw_pvscsi: The pvscsi device is a PCIE endpoint | Shmulik Ladkani |
2015-12-17 | vmw_pvscsi: coding: Introduce PVSCSIClass | Shmulik Ladkani |
2015-12-17 | vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability property | Shmulik Ladkani |
2015-12-17 | vmw_pvscsi: Change offset of msi pci capability | Shmulik Ladkani |
2015-12-17 | vmw_pvscsi: Set device subsystem and revision | Shmulik Ladkani |
2015-06-19 | pci: Don't register a specialized 'config_write' if default behavior is intended | Shmulik Ladkani |
2015-03-25 | vmw_pvscsi: use PCI DMA APIs | Paolo Bonzini |
2014-10-15 | scsi: Convert pvscsi HBA to hotplug handler API | Igor Mammedov |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-03-26 | scsi: check req pointer before dereferencing it | Prasad Joshi |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias |