summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
* Restore atapi_dma flag across migrationDr. David Alan Gilbert2015-02-061-0/+1
* hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz2014-11-181-1/+1
* ide: Correct handling of malformed/short PRDTsJohn Snow2014-11-141-2/+8
* ide: repair PIO transfers for cases where nsector > 1John Snow2014-11-141-0/+4
* ahci: Update byte count after DMA completionJohn Snow2014-11-031-4/+7
* ide: Complete conversion from BlockDriverState to BlockBackendMarkus Armbruster2014-10-201-2/+4
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-86/+96
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-2/+2
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-4/+4
* ide: Update ide_drive_get to be HBA agnosticJohn Snow2014-10-031-5/+17
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* ide: Convert trim_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-7/+5
* ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng2014-09-221-0/+12
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-11/+13
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-5/+5
* ide: Add resize callback to ide/coreJohn Snow2014-09-081-10/+59
* IDE: Fill the IDENTIFY request consistentlyJohn Snow2014-09-081-13/+15
* ide: Add wwn support to IDE-ATAPI driveJohn Snow2014-09-081-0/+14
* ide: only constrain read/write requests to drive size, not other typesMichael Tokarev2014-08-151-1/+2
* ide: Fix segfault when flushing a device that doesn't existKevin Wolf2014-08-151-1/+3
* ide: make all commands go through cmd_donePaolo Bonzini2014-08-151-9/+11
* ide: stop PIO transfer on errorsPaolo Bonzini2014-08-151-3/+2
* ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini2014-08-151-10/+10
* ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-151-8/+4
* ide: wrap start_dma callbackPaolo Bonzini2014-08-151-7/+8
* ide: simplify start_transfer callbacksPaolo Bonzini2014-08-151-7/+3
* ide: simplify set_inactive callbacksPaolo Bonzini2014-08-151-2/+3
* ide: simplify reset callbacksPaolo Bonzini2014-08-151-2/+3
* ide: stash aiocb for flushesPaolo Bonzini2014-08-151-1/+3
* ide: Treat read/write beyond end as invalidMarkus Armbruster2014-07-141-0/+28
* qapi: adjust existing definesWenchao Xia2014-06-231-3/+3
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-11/+5
* ide: Correct improper smart self test counter reset in ide core.Benoît Canet2014-04-141-1/+1
* Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell2014-01-301-0/+1
|\
| * ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier2014-01-151-0/+1
* | block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-241-1/+1
|/
* ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber2013-11-051-49/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* ahci: Fix FLUSH commandKevin Wolf2013-07-151-0/+9
* ide: Clean up ide_exec_cmd()Kevin Wolf2013-06-241-24/+12
* ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf2013-06-241-151/+174
* ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf2013-06-241-75/+95
* ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf2013-06-241-39/+61
* ide: Convert SEEK to ide_cmd_table handlerKevin Wolf2013-06-241-6/+7
* ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf2013-06-241-6/+8
* ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf2013-06-241-72/+75
* ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf2013-06-241-9/+8
* ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf2013-06-241-17/+18
* ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-31/+38
* ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf2013-06-241-43/+50
OpenPOWER on IntegriCloud