summaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-06ide: Give vmstate structs internal linkage where possibleMarkus Armbruster1-3/+3
2011-09-06ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster1-6/+6
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster1-2/+2
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster1-6/+2
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster1-1/+5
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster1-0/+1
2011-08-25block: explicit I/O accountingChristoph Hellwig1-1/+26
2011-07-05ide: Initialise buffers with zerosKevin Wolf1-1/+5
2011-07-05ide: Ignore reads during PIO in and writes during PIO outKevin Wolf1-8/+36
2011-06-15ide: add TRIM supportChristoph Hellwig1-2/+95
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig1-11/+14
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