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