summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
* ide: really restart pending and in-flight atapi dmaPavel Butsykin2019-11-291-15/+15
* ide: don't lose pending dma statePavel Butsykin2019-11-291-8/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-2/+2
* ide: fix device_reset to not ignore pending AIOJohn Snow2019-11-291-10/+17
* ide: Add silent DRQ cancellationJohn Snow2019-11-291-3/+18
* ide: replace blk_drain_all by blk_drainJohn Snow2019-11-291-1/+1
* ide: move buffered DMA cancel to coreJohn Snow2019-11-291-0/+45
* ide: code motionJohn Snow2019-11-291-58/+58
* ide: Prohibit RESET on IDE drivesJohn Snow2019-11-291-3/+7
* ide: Clean up includesPeter Maydell2019-11-291-0/+1
* ide: enable buffered requests for PIO read requestsPeter Lieven2015-11-171-2/+2
* ide: add support for IDEBufferedRequestPeter Lieven2015-11-171-0/+47
* ide: Account for failed and invalid operationsAlberto Garcia2015-11-121-2/+8
* ide: Account for write operations correctlyAlberto Garcia2015-11-121-1/+1
* osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost2015-11-041-1/+1
* 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
OpenPOWER on IntegriCloud