summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
* atapi: abort transfers with 0 byte limitsJohn Snow2015-09-181-1/+1
* ide: fix ATAPI command permissionsJohn Snow2015-09-181-15/+15
* ide: unify io_buffer_offset incrementsJohn Snow2015-09-171-3/+2
* ide: Clear DRQ after handling all expected accessesKevin Wolf2015-07-261-4/+12
* ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf2015-07-261-0/+16
* ahci: add rwerror=stop support for ncqJohn Snow2015-07-041-0/+7
* ide: add limit to .prepare_buf()John Snow2015-07-041-4/+4
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-20/+12
* ide: there is only one data portPaolo Bonzini2015-04-271-2/+2
* ide: fix cmd_read_pio when nsectors > 1John Snow2015-03-231-5/+3
* ide: fix cmd_write_pio when nsectors > 1John Snow2015-03-231-1/+1
* ide: make more functions staticPaolo Bonzini2015-03-101-4/+8
* ide: commonize io_buffer_index initializationPaolo Bonzini2015-03-101-2/+1
* ide: migrate initial request state via IDEBusPaolo Bonzini2015-03-101-1/+4
* ide: place initial state of the current request to IDEBusPaolo Bonzini2015-03-101-0/+6
* ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-101-2/+4
* ide: remove restart_cb callbackPaolo Bonzini2015-03-101-5/+0
* ide: move restart callback to common codePaolo Bonzini2015-03-101-1/+79
* ide: pass IDEBus to the restart_cbPaolo Bonzini2015-03-101-1/+1
* ide: introduce ide_register_restart_cbPaolo Bonzini2015-03-101-0/+5
* 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
OpenPOWER on IntegriCloud