summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
* ide: honor ncq for atapiAlexander Graf2010-12-171-0/+6
* ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-171-0/+7
* ide: move transfer_start after variable modificationAlexander Graf2010-12-171-4/+4
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-249/+98
* ide: fix whitespace gap in ide_exec_cmdAlexander Graf2010-12-171-367/+367
* ide: split ide command interpretation offAlexander Graf2010-12-171-6/+14
* ide: Set bus master inactive on errorKevin Wolf2010-11-291-0/+2
* ide: Factor ide_dma_set_inactive outKevin Wolf2010-11-291-16/+13
* ide: Handle immediate bdrv_aio_flush failureKevin Wolf2010-11-041-3/+9
* ide: Handle flush failureKevin Wolf2010-10-221-1/+9
* ide: Factor ide_flush_cache outKevin Wolf2010-10-221-4/+10
* ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig2010-10-221-2/+2
* ide: propagate the required alignmentChristoph Hellwig2010-09-211-1/+3
* Improve ATA IDENTIFY word 64 contents.Jonathan A. Kollasch2010-09-081-2/+2
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno2010-07-301-0/+15
|\
| * ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno2010-07-261-0/+15
* | Fix uint8_t comparisons with negative valuesBlue Swirl2010-07-271-2/+1
* | ide: fix migration in the middle of pio operationJuan Quintela2010-07-261-1/+89
* | Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela2010-07-261-60/+2
|/
* ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster2010-07-131-0/+4
* ide: Reject invalid CHS geometryMarkus Armbruster2010-07-061-0/+12
* ide: Reject readonly drives unless CD-ROMMarkus Armbruster2010-07-061-0/+5
* ide: Make ide_init_drive() return successMarkus Armbruster2010-07-061-4/+9
* ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster2010-07-061-20/+20
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-0/+1
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-8/+9
* 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-2/+0
* ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster2010-06-041-5/+6
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-041-8/+22
* ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster2010-06-041-22/+25
* ide: Split ide_init1() off ide_init2()Markus Armbruster2010-06-041-15/+17
* ide: Remove redundant IDEState member confMarkus Armbruster2010-06-041-9/+7
* ide: Fix ide_dma_cancelKevin Wolf2010-05-171-4/+4
* ide: make a table 'const'Blue Swirl2010-05-141-1/+1
* Fix buildBlue Swirl2010-03-271-3/+5
* Compile ide/core only onceBlue Swirl2010-03-271-9/+5
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-081-1/+1
* Fix warning on mingw32Blue Swirl2010-02-201-2/+5
* ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-191-2/+57
* ide: add topology supportChristoph Hellwig2010-02-101-0/+2
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-3/+7
* ide: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-1/+5
* ide: device version propertyGerd Hoffmann2010-01-191-7/+12
* ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo2009-12-031-0/+17
* ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo2009-12-031-2/+2
* ide: Implement rerror optionKevin Wolf2009-12-031-17/+37
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-1/+1
* scsi: move scsi-disk.h -> scsi.hGerd Hoffmann2009-11-091-1/+1
OpenPOWER on IntegriCloud