aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya
2016-09-29ide: fix DMA register transitionsJohn Snow
2016-09-08portio: keep references on portioMarc-André Lureau
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau
2016-07-28ide: fix halted IO segfault at resetJohn Snow
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-05-12ide: Switch to byte-based aio block accessEric Blake
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin
2016-04-12ide: don't lose pending dma statePavel Butsykin
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow
2016-02-10ide: Add silent DRQ cancellationJohn Snow
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow
2016-02-10ide: move buffered DMA cancel to coreJohn Snow
2016-02-10ide: code motionJohn Snow
2016-02-10ide: Prohibit RESET on IDE drivesJohn Snow
2016-01-29ide: Clean up includesPeter Maydell
2015-11-17ide: enable buffered requests for PIO read requestsPeter Lieven
2015-11-17ide: add support for IDEBufferedRequestPeter Lieven
2015-11-12ide: Account for failed and invalid operationsAlberto Garcia
2015-11-12ide: Account for write operations correctlyAlberto Garcia
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost
2015-09-18atapi: abort transfers with 0 byte limitsJohn Snow
2015-09-18ide: fix ATAPI command permissionsJohn Snow
2015-09-17ide: unify io_buffer_offset incrementsJohn Snow
2015-07-26ide: Clear DRQ after handling all expected accessesKevin Wolf
2015-07-26ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-04-27ide: there is only one data portPaolo Bonzini
2015-03-23ide: fix cmd_read_pio when nsectors > 1John Snow
2015-03-23ide: fix cmd_write_pio when nsectors > 1John Snow
2015-03-10ide: make more functions staticPaolo Bonzini
2015-03-10ide: commonize io_buffer_index initializationPaolo Bonzini
2015-03-10ide: migrate initial request state via IDEBusPaolo Bonzini
2015-03-10ide: place initial state of the current request to IDEBusPaolo Bonzini
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini
2015-03-10ide: remove restart_cb callbackPaolo Bonzini
2015-03-10ide: move restart callback to common codePaolo Bonzini
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini
2015-03-10ide: introduce ide_register_restart_cbPaolo Bonzini
2015-02-06Restore atapi_dma flag across migrationDr. David Alan Gilbert