summaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf1-0/+1
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf1-1/+2
2011-06-15ide: Split error status from status registerKevin Wolf1-1/+27
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf1-3/+4
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster1-2/+1
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster1-4/+7
2011-04-27ide: Split atapi.c outKevin Wolf1-1061/+4
2011-04-27atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah1-4/+16
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah1-4/+109
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah1-6/+19
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah1-2/+14
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah1-13/+24
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah1-6/+14
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah1-2/+6
2011-04-13atapi: Drives can be locked without media presentAmit Shah1-7/+2
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-0/+14
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler1-13/+28
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-1/+1
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-1/+5
2011-01-24ide: kill ide_dma_submit_checkChristoph Hellwig1-9/+6
2011-01-24ide: also reset io_buffer_index for writesChristoph Hellwig1-2/+1
2011-01-24ide: factor dma handling helpersChristoph Hellwig1-70/+33
2010-12-17ide: honor ncq for atapiAlexander Graf1-0/+6
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek1-0/+7
2010-12-17ide: move transfer_start after variable modificationAlexander Graf1-4/+4
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf1-249/+98
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf1-367/+367
2010-12-17ide: split ide command interpretation offAlexander Graf1-6/+14
2010-11-29ide: Set bus master inactive on errorKevin Wolf1-0/+2
2010-11-29ide: Factor ide_dma_set_inactive outKevin Wolf1-16/+13
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf1-3/+9
2010-10-22ide: Handle flush failureKevin Wolf1-1/+9
2010-10-22ide: Factor ide_flush_cache outKevin Wolf1-4/+10
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig1-2/+2
2010-09-21ide: propagate the required alignmentChristoph Hellwig1-1/+3
2010-09-08Improve ATA IDENTIFY word 64 contents.Jonathan A. Kollasch1-2/+2
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-30Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno1-0/+15
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl1-2/+1
2010-07-26ide: fix migration in the middle of pio operationJuan Quintela1-1/+89
2010-07-26Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela1-60/+2
2010-07-26ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno1-0/+15
2010-07-13ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster1-0/+4
2010-07-06ide: Reject invalid CHS geometryMarkus Armbruster1-0/+12
2010-07-06ide: Reject readonly drives unless CD-ROMMarkus Armbruster1-0/+5
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster1-4/+9
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster1-20/+20
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster1-0/+1