aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
2011-09-12ide/atapi: Preserve tray state on migrationMarkus Armbruster
2011-09-12block: Drop medium lock tracking, ask device models insteadMarkus Armbruster
2011-09-12ide: Reject ATA commands specific to drive kindsMarkus Armbruster
2011-09-12ide: Use a table to declare which drive kinds accept each commandMarkus Armbruster
2011-09-12ide: Fix ATA command READ to set ATAPI signature for CD-ROMMarkus Armbruster
2011-09-06ide: Give vmstate structs internal linkage where possibleMarkus Armbruster
2011-09-06ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster
2011-08-25block: explicit I/O accountingChristoph Hellwig
2011-07-05ide: Initialise buffers with zerosKevin Wolf
2011-07-05ide: Ignore reads during PIO in and writes during PIO outKevin Wolf
2011-06-15ide: add TRIM supportChristoph Hellwig
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig
2011-06-15ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf
2011-06-15ide: Fix ide_drive_pio_state_needed()Kevin Wolf
2011-06-15ide: Split error status from status registerKevin Wolf
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster
2011-04-27ide: Split atapi.c outKevin Wolf
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