Age | Commit message (Expand) | Author | Files | Lines |
2011-10-11 | scsi: Support I/O status | Luiz Capitulino | 1 | -0/+2 |
2011-10-04 | RunState: Rename enum values as generated by the QAPI | Luiz Capitulino | 1 | -1/+1 |
2011-09-20 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -34/+50 |
2011-09-20 | scsi-disk: lazily allocate bounce buffer | Paolo Bonzini | 1 | -11/+33 |
2011-09-20 | scsi-disk: commonize iovec creation between reads and writes | Paolo Bonzini | 1 | -24/+18 |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 1 | -2/+2 |
2011-09-12 | ide/atapi scsi-disk: Make monitor eject -f, then change work | Markus Armbruster | 1 | -0/+1 |
2011-09-12 | block: New change_media_cb() parameter load | Markus Armbruster | 1 | -1/+1 |
2011-09-12 | block: New bdrv_set_buffer_alignment() | Markus Armbruster | 1 | -1/+1 |
2011-09-12 | block: Move BlockConf & friends from block_int.h to block.h | Markus Armbruster | 1 | -0/+1 |
2011-09-12 | block: Show whether the virtual tray is open in info block | Markus Armbruster | 1 | -0/+6 |
2011-09-12 | block: Drop BlockDriverState member removable | Markus Armbruster | 1 | -1/+0 |
2011-09-12 | block: Clean up remaining users of "removable" | Markus Armbruster | 1 | -0/+5 |
2011-09-12 | scsi-disk: Fix START_STOP to fail when it can't eject | Markus Armbruster | 1 | -4/+11 |
2011-09-12 | block: Rename bdrv_set_locked() to bdrv_lock_medium() | Markus Armbruster | 1 | -1/+1 |
2011-09-12 | block: Drop medium lock tracking, ask device models instead | Markus Armbruster | 1 | -0/+10 |
2011-09-12 | block: Leave enforcing tray lock to device models | Markus Armbruster | 1 | -0/+3 |
2011-09-12 | scsi-disk: Track tray locked state | Markus Armbruster | 1 | -1/+3 |
2011-09-12 | block: Revert entanglement of bdrv_is_inserted() with tray status | Markus Armbruster | 1 | -2/+8 |
2011-09-12 | scsi-disk: Track tray open/close state | Markus Armbruster | 1 | -0/+2 |
2011-09-12 | scsi-disk: Factor out scsi_disk_emulate_start_stop() | Markus Armbruster | 1 | -4/+13 |
2011-09-06 | scsi: improve MODE SENSE emulation | Paolo Bonzini | 1 | -43/+53 |
2011-09-06 | scsi: refine constants for READ CAPACITY 16 | Paolo Bonzini | 1 | -3/+3 |
2011-09-06 | scsi: fix accounting of writes | Paolo Bonzini | 1 | -6/+8 |
2011-09-06 | scsi: execute SYNCHRONIZE_CACHE asynchronously | Paolo Bonzini | 1 | -16/+25 |
2011-08-25 | block: explicit I/O accounting | Christoph Hellwig | 1 | -0/+17 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -2/+2 |
2011-08-20 | scsi-disk: fix DPRINTF | Blue Swirl | 1 | -2/+2 |
2011-08-12 | scsi: report unit attention on reset | Paolo Bonzini | 1 | -2/+2 |
2011-08-12 | scsi: move handling of REQUEST SENSE to common code | Paolo Bonzini | 1 | -7/+2 |
2011-08-12 | scsi: move handling of REPORT LUNS and invalid LUNs to common code | Paolo Bonzini | 1 | -21/+0 |
2011-08-12 | scsi: move request parsing to common code | Paolo Bonzini | 1 | -5/+0 |
2011-08-12 | scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps | Paolo Bonzini | 1 | -18/+6 |
2011-08-12 | scsi: introduce SCSIReqOps | Paolo Bonzini | 1 | -13/+17 |
2011-08-12 | scsi: move sense handling to generic code | Paolo Bonzini | 1 | -46/+23 |
2011-08-12 | scsi: pass status when completing | Paolo Bonzini | 1 | -11/+4 |
2011-08-12 | scsi-disk: no need to call scsi_req_data on a short read | Paolo Bonzini | 1 | -3/+0 |
2011-08-01 | scsi-disk: Remove 'drive_kind' | Hannes Reinecke | 1 | -24/+22 |
2011-08-01 | scsi: Sanitize command definitions | Hannes Reinecke | 1 | -5/+5 |
2011-08-01 | scsi: Remove REZERO_UNIT emulation | Hannes Reinecke | 1 | -7/+0 |
2011-08-01 | scsi-disk: Codingstyle fixes | Hannes Reinecke | 1 | -8/+8 |
2011-07-23 | Correct spelling of licensed | Matthew Fernandez | 1 | -1/+1 |
2011-07-19 | scsi-disk: Mask out serial number EVPD | Hannes Reinecke | 1 | -3/+12 |
2011-07-19 | scsi-disk: Fixup debugging statement | Hannes Reinecke | 1 | -1/+1 |
2011-07-19 | scsi: Add 'hba_private' to SCSIRequest | Hannes Reinecke | 1 | -2/+2 |
2011-05-26 | scsi: ignore LUN field in the CDB | Paolo Bonzini | 1 | -3/+3 |
2011-05-26 | scsi: make write_data return void | Paolo Bonzini | 1 | -4/+2 |
2011-05-26 | scsi-disk: add data direction checking | Hannes Reinecke | 1 | -11/+24 |
2011-05-26 | scsi: Implement 'get_sense' callback | Hannes Reinecke | 1 | -0/+11 |
2011-05-26 | scsi: do not call send_command directly | Paolo Bonzini | 1 | -1/+0 |