Age | Commit message (Expand) | Author |
2016-07-12 | scsi-bus: Use longer sense buffer with scanners | Jarkko Lavinen |
2016-07-12 | scsi-bus: Add SCSI scanner support | Jarkko Lavinen |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-07 | scsi-bus: Remove tape command from scsi_req_xfer | Alex Pyrgiotis |
2016-01-29 | hw/scsi: Clean up includes | Peter Maydell |
2016-01-15 | SCSI device: fix to incomplete QOMify | Cao jin |
2016-01-15 | scsi: revert change to scsi_req_cancel_async and add assertions | Paolo Bonzini |
2015-12-17 | scsi: always call notifier on async cancellation | Paolo Bonzini |
2015-12-17 | scsi: use scsi_req_cancel_async when purging requests | Paolo Bonzini |
2015-11-04 | osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() | Eduardo Habkost |
2015-10-12 | scsi: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-08-14 | scsi: create restart bottom half in the right AioContext | Paolo Bonzini |
2015-07-24 | scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158) | Paolo Bonzini |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-03-10 | scsi: Improve error reporting for invalid drive property | Markus Armbruster |
2015-03-10 | hw: Propagate errors through qdev_prop_set_drive() | Markus Armbruster |
2015-03-10 | scsi: Clean up duplicated error in legacy if=scsi code | Markus Armbruster |
2015-02-27 | scsi: give device a parent before setting properties | Paolo Bonzini |
2015-02-02 | scsi: Fix scsi_req_cancel_async for no aiocb req | Fam Zheng |
2015-01-14 | scsi: fix cancellation when I/O was completed but DMA was not. | Paolo Bonzini |
2014-10-31 | scsi: devirtualize unrealize of SCSI devices | Paolo Bonzini |
2014-10-31 | megasas: Clear unit attention on initial reset | Hannes Reinecke |
2014-10-31 | scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length() | Hannes Reinecke |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell |
2014-10-15 | block: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | scsi: add bootindex to qom property | Gonglei |
2014-10-15 | scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields | Igor Mammedov |
2014-10-15 | scsi: Set SCSI BUS itself as default HotplugHandler | Igor Mammedov |
2014-09-30 | scsi: Introduce scsi_req_cancel_async | Fam Zheng |
2014-09-30 | scsi: Introduce scsi_req_cancel_complete | Fam Zheng |
2014-09-30 | scsi: Drop SCSIReqOps.cancel_io | Fam Zheng |
2014-09-30 | scsi: Drop scsi_req_abort | Fam Zheng |
2014-09-23 | scsi: Optimize scsi_req_alloc | Fam Zheng |
2014-08-26 | scsi-bus: Convert DeviceClass init to realize | Fam Zheng |
2014-07-29 | scsi-block, scsi-generic: implement parse_cdb | Paolo Bonzini |
2014-07-29 | scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo | Paolo Bonzini |
2014-07-29 | scsi-bus: prepare scsi_req_new for introduction of parse_cdb | Paolo Bonzini |
2014-07-14 | scsi: Report error when lun number is in use | 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 (x86) | Juan Quintela |
2014-05-22 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-05-16 | scsi: Document intentional fall through in scsi_req_length() | Markus Armbruster |
2014-05-07 | hw: Add missing 'static' attributes | Stefan Weil |
2014-04-02 | scsi-bus: remove bogus assertion | Paolo Bonzini |
2014-03-14 | scsi: Fix migration of scsi sense data | Fam Zheng |
2014-02-22 | scsi-bus: Fix transfer length for VERIFY with BYTCHK=11b | Markus Armbruster |
2014-02-22 | scsi: report thin provisioning errors with werror=report | Paolo Bonzini |