aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
2011-04-27atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah
2011-04-13atapi: Drives can be locked without media presentAmit Shah
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-01-31block: tell drivers about an image resizeChristoph Hellwig
2011-01-24ide: kill ide_dma_submit_checkChristoph Hellwig
2011-01-24ide: also reset io_buffer_index for writesChristoph Hellwig
2011-01-24ide: factor dma handling helpersChristoph Hellwig
2010-12-17ide: honor ncq for atapiAlexander Graf
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek
2010-12-17ide: move transfer_start after variable modificationAlexander Graf
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf
2010-12-17ide: split ide command interpretation offAlexander Graf
2010-11-29ide: Set bus master inactive on errorKevin Wolf
2010-11-29ide: Factor ide_dma_set_inactive outKevin Wolf
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf
2010-10-22ide: Handle flush failureKevin Wolf
2010-10-22ide: Factor ide_flush_cache outKevin Wolf
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig
2010-09-21ide: propagate the required alignmentChristoph Hellwig
2010-09-08Improve ATA IDENTIFY word 64 contents.Jonathan A. Kollasch
2010-08-24Rearrange block headersBlue Swirl
2010-07-30Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl
2010-07-26ide: fix migration in the middle of pio operationJuan Quintela
2010-07-26Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela
2010-07-26ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno
2010-07-13ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster
2010-07-06ide: Reject invalid CHS geometryMarkus Armbruster
2010-07-06ide: Reject readonly drives unless CD-ROMMarkus Armbruster
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-04ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster
2010-06-04ide: Change ide_init_drive() to require valid dinfo argumentMarkus Armbruster
2010-06-04ide: Split ide_init1() off ide_init2()Markus Armbruster