summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* IDE: Do not flush empty CDROM drivesStefan Hajnoczi2017-08-101-1/+9
* ide: core: add cleanup functionLi Qiang2017-03-161-0/+8
* block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf2017-02-281-1/+1
* hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster2017-02-211-17/+0Star
* dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-271-3/+3
* ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya2016-09-291-1/+1
* ide: fix DMA register transitionsJohn Snow2016-09-291-1/+1
* portio: keep references on portioMarc-André Lureau2016-09-081-2/+4
* ahci: fix sglist leak on retryMarc-André Lureau2016-08-071-0/+1
* ide: fix halted IO segfault at resetJohn Snow2016-07-281-0/+1
* block: Convert BB interface to byte-based discardsEric Blake2016-07-201-2/+4
* ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev2016-07-191-0/+2
* ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev2016-07-191-6/+16
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-5/+5
* dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini2016-05-251-6/+8
* dma-helpers: change interface to byte-basedPaolo Bonzini2016-05-251-3/+5
* ide: Switch to byte-based aio block accessEric Blake2016-05-121-5/+5
* ide: really restart pending and in-flight atapi dmaPavel Butsykin2016-04-131-15/+15
* ide: don't lose pending dma statePavel Butsykin2016-04-121-8/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* ide: fix device_reset to not ignore pending AIOJohn Snow2016-02-101-10/+17
* ide: Add silent DRQ cancellationJohn Snow2016-02-101-3/+18
* ide: replace blk_drain_all by blk_drainJohn Snow2016-02-101-1/+1
* ide: move buffered DMA cancel to coreJohn Snow2016-02-101-0/+45
* ide: code motionJohn Snow2016-02-101-58/+58
* ide: Prohibit RESET on IDE drivesJohn Snow2016-02-101-3/+7
* ide: Clean up includesPeter Maydell2016-01-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/+2Star
* ide: Clear DRQ after handling all expected accessesKevin Wolf2015-07-271-4/+12
* ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf2015-07-271-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/+12Star
* ide: there is only one data portPaolo Bonzini2015-04-271-2/+2
* ide: fix cmd_read_pio when nsectors > 1John Snow2015-03-231-5/+3Star
* 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/+1Star
* 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/+0Star