summaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz1-1/+1
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow1-2/+8
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow1-0/+4
2014-11-03ahci: Update byte count after DMA completionJohn Snow1-4/+7
2014-10-20ide: Complete conversion from BlockDriverState to BlockBackendMarkus Armbruster1-2/+4
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-86/+96
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-2/+2
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-4/+4
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-5/+17
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng1-1/+1
2014-09-22ide: Convert trim_aiocb_info.cancel to .cancel_asyncFam Zheng1-7/+5
2014-09-22ide/ahci: Check for -ECANCELED in aio callbacksFam Zheng1-0/+12
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-11/+13
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-5/+5
2014-09-08ide: Add resize callback to ide/coreJohn Snow1-10/+59
2014-09-08IDE: Fill the IDENTIFY request consistentlyJohn Snow1-13/+15
2014-09-08ide: Add wwn support to IDE-ATAPI driveJohn Snow1-0/+14
2014-08-15ide: only constrain read/write requests to drive size, not other typesMichael Tokarev1-1/+2
2014-08-15ide: Fix segfault when flushing a device that doesn't existKevin Wolf1-1/+3
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini1-9/+11
2014-08-15ide: stop PIO transfer on errorsPaolo Bonzini1-3/+2
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini1-10/+10
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini1-8/+4
2014-08-15ide: wrap start_dma callbackPaolo Bonzini1-7/+8
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini1-7/+3
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini1-2/+3
2014-08-15ide: simplify reset callbacksPaolo Bonzini1-2/+3
2014-08-15ide: stash aiocb for flushesPaolo Bonzini1-1/+3
2014-07-14ide: Treat read/write beyond end as invalidMarkus Armbruster1-0/+28
2014-06-23qapi: adjust existing definesWenchao Xia1-3/+3
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-11/+5
2014-04-14ide: Correct improper smart self test counter reset in ide core.Benoît Canet1-1/+1
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell1-0/+1
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini1-1/+1
2014-01-15ide: cmd_exec_dev_diagnostic() always set error register to 0x01David du Colombier1-0/+1
2013-11-05ide: Drop ide_init2_with_non_qdev_drives()Andreas Färber1-49/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-15ahci: Fix FLUSH commandKevin Wolf1-0/+9
2013-06-24ide: Clean up ide_exec_cmd()Kevin Wolf1-24/+12
2013-06-24ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf1-151/+174
2013-06-24ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf1-75/+95
2013-06-24ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf1-39/+61
2013-06-24ide: Convert SEEK to ide_cmd_table handlerKevin Wolf1-6/+7
2013-06-24ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf1-6/+8
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf1-72/+75
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf1-9/+8
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf1-17/+18
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf1-31/+38
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf1-43/+50
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf1-59/+60