summaryrefslogtreecommitdiffstats
path: root/hw/scsi-disk.c
Commit message (Expand)AuthorAgeFilesLines
* scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2010-12-171-2/+51
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+1
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+1
* scsi-disk: Remove duplicate cdb parsingHannes Reinecke2010-11-251-53/+21
* scsi: Move sense handling into the driverHannes Reinecke2010-11-251-8/+25
* scsi: INQUIRY VPD fixesHannes Reinecke2010-11-251-4/+14
* scsi-disk: Move active request assertsStefan Hajnoczi2010-11-241-6/+6
* scsi-disk: Fix immediate failure of bdrv_aio_*Kevin Wolf2010-11-041-5/+6
* scsi-disk: Implement werror for flushesKevin Wolf2010-11-041-1/+16
* scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf2010-11-041-11/+10
* scsi-disk: Implement rerror optionKevin Wolf2010-11-041-34/+66
* scsi-disk: propagate the required alignmentChristoph Hellwig2010-09-211-0/+1
* use qemu_blockalign consistentlyChristoph Hellwig2010-09-211-4/+5
* scsi-disk: add some optional scsi commandsBernhard Kohl2010-09-081-1/+35
* scsi: fix and improve debug printsBernhard Kohl2010-09-081-4/+4
* scsi-disk: fix the check of the DBD bit in the MODE SENSE commandBernhard Kohl2010-09-081-1/+1
* scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE co...Bernhard Kohl2010-09-081-0/+2
* scsi-disk: fix the block descriptor returned by the MODE SENSE commandBernhard Kohl2010-09-081-2/+1
* scsi-disk: respect the page control (PC) field in the MODE SENSE commandBernhard Kohl2010-09-081-10/+35
* scsi-disk: fix the mode data header returned by the MODE SENSE(10) commandBernhard Kohl2010-09-081-6/+32
* scsi-disk: fix the mode data length field returned by the MODE SENSE commandBernhard Kohl2010-09-081-1/+1
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster2010-07-131-0/+5
* scsi: Reject unimplemented error actionsMarkus Armbruster2010-07-061-0/+5
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-1/+4
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-9/+7
* blockdev: Clean up automatic drive deletionMarkus Armbruster2010-07-021-1/+1
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-151-1/+1
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-1/+1
* scsi: Fix info qtree for scsi-disk.verMarkus Armbruster2010-06-041-2/+5
* scsi: Turn drive serial into a qdev property scsi-disk.serialMarkus Armbruster2010-06-041-4/+13
* scsi-disk: Clear aiocb on read completionJan Kiszka2010-05-101-0/+2
* SCSI: Add disk reset handlerJan Kiszka2010-05-101-8/+27
* scsi-disk: fix buffer overflowGerd Hoffmann2010-03-171-1/+3
* read-only: Another minor cleanupNaphtali Sprei2010-03-171-2/+1
* block: add logical_block_size propertyChristoph Hellwig2010-03-171-5/+8
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-2/+1
* scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster2010-03-091-0/+5
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-081-1/+1
* scsi: update comment on the standards revisionChristoph Hellwig2010-03-061-2/+6
* scsi: add topology supportChristoph Hellwig2010-02-101-2/+26
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-36/+33
* scsi: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-1/+5
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* scsi: device version propertyGerd Hoffmann2010-01-191-1/+4
* scsi-disk: Inquiry with allocation length of CDB < 36 (v4)Artyom Tarasenko2009-12-131-6/+15
* scsi: fix incorrect ?: useBlue Swirl2009-12-041-1/+2
* SCSI: Fix Standard INQUIRY dataLaszlo Ast2009-12-031-3/+3
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-1/+2
OpenPOWER on IntegriCloud