summary refs log tree commit diff stats
path: root/hw/ide/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* block: Drop BlockDriverState member removableMarkus Armbruster2011-09-121-1/+0
* ide/atapi: Preserve tray state on migrationMarkus Armbruster2011-09-121-0/+32
* block: Drop medium lock tracking, ask device models insteadMarkus Armbruster2011-09-121-0/+6
* ide: Reject ATA commands specific to drive kindsMarkus Armbruster2011-09-121-25/+25
* ide: Use a table to declare which drive kinds accept each commandMarkus Armbruster2011-09-121-25/+80
* ide: Fix ATA command READ to set ATAPI signature for CD-ROMMarkus Armbruster2011-09-121-1/+3
* ide: Give vmstate structs internal linkage where possibleMarkus Armbruster2011-09-061-3/+3
* ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster2011-09-061-6/+6
* ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster2011-09-061-2/+2
* block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster2011-09-061-6/+2
* block: Generalize change_cb() to BlockDevOpsMarkus Armbruster2011-09-061-1/+5
* block: Attach non-qdev devices as wellMarkus Armbruster2011-09-061-0/+1
* block: explicit I/O accountingChristoph Hellwig2011-08-251-1/+26
* ide: Initialise buffers with zerosKevin Wolf2011-07-051-1/+5
* ide: Ignore reads during PIO in and writes during PIO outKevin Wolf2011-07-051-8/+36
* ide: add TRIM supportChristoph Hellwig2011-06-151-2/+95
* ide: allow other dma comands than read and writeChristoph Hellwig2011-06-151-11/+14
* ide: Add forgotten VMSTATE_END_OF_LIST in subsectionKevin Wolf2011-06-151-0/+1
* ide: Fix ide_drive_pio_state_needed()Kevin Wolf2011-06-151-1/+2
* ide: Split error status from status registerKevin Wolf2011-06-151-1/+27
* ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf2011-06-081-3/+4
* blockdev: Store -drive option media in DriveInfoMarkus Armbruster2011-05-191-2/+1
* ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster2011-05-191-4/+7
* ide: Split atapi.c outKevin Wolf2011-04-271-1061/+4
* atapi: Add 'medium ready' to 'medium not ready' transition on cd changeAmit Shah2011-04-271-4/+16
* atapi: GESN: implement 'media' subcommandAmit Shah2011-04-131-4/+109
* atapi: GESN: Standardise event response handling for future additionsAmit Shah2011-04-131-6/+19
* atapi: GESN: Use structs for commonly-used field typesAmit Shah2011-04-131-2/+14
* atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah2011-04-131-13/+24
* atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah2011-04-131-6/+14
* atapi: Report correct errors on guest eject requestAmit Shah2011-04-131-2/+6
* atapi: Drives can be locked without media presentAmit Shah2011-04-131-7/+2
* ide: consolidate drive_get(IF_IDE)Isaku Yamahata2011-04-071-0/+14
* Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno2011-03-211-2/+2
|\
| * change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* | Fix ATA SMART and CHECK POWER MODEBrian Wheeler2011-03-151-13/+28
|/
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-1/+1
* block: tell drivers about an image resizeChristoph Hellwig2011-01-311-1/+5
* ide: kill ide_dma_submit_checkChristoph Hellwig2011-01-241-9/+6
* ide: also reset io_buffer_index for writesChristoph Hellwig2011-01-241-2/+1
* ide: factor dma handling helpersChristoph Hellwig2011-01-241-70/+33
* 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