aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
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
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