summaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-22ide: fix enum comparison for gcc 4.7John Snow1-1/+1
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi1-3/+4
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow1-7/+17
2017-09-18IDE: add tracing for data portsJohn Snow1-1/+11
2017-09-18IDE: Add register hints to tracingJohn Snow1-20/+68
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow1-39/+26
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi1-1/+9
2017-03-15ide: core: add cleanup functionLi Qiang1-0/+8
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-1/+1
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster1-17/+0
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland1-3/+3
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya1-1/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+4
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau1-0/+1
2016-07-28ide: fix halted IO segfault at resetJohn Snow1-0/+1
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-2/+4
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev1-0/+2
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev1-6/+16
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-5/+5
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini1-6/+8
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini1-3/+5
2016-05-12ide: Switch to byte-based aio block accessEric Blake1-5/+5
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin1-15/+15
2016-04-12ide: don't lose pending dma statePavel Butsykin1-8/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow1-10/+17
2016-02-10ide: Add silent DRQ cancellationJohn Snow1-3/+18
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow1-1/+1
2016-02-10ide: move buffered DMA cancel to coreJohn Snow1-0/+45
2016-02-10ide: code motionJohn Snow1-58/+58
2016-02-10ide: Prohibit RESET on IDE drivesJohn Snow1-3/+7
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2015-11-17ide: enable buffered requests for PIO read requestsPeter Lieven1-2/+2
2015-11-17ide: add support for IDEBufferedRequestPeter Lieven1-0/+47
2015-11-12ide: Account for failed and invalid operationsAlberto Garcia1-2/+8
2015-11-12ide: Account for write operations correctlyAlberto Garcia1-1/+1
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost1-1/+1
2015-09-18atapi: abort transfers with 0 byte limitsJohn Snow1-1/+1
2015-09-18ide: fix ATAPI command permissionsJohn Snow1-15/+15
2015-09-17ide: unify io_buffer_offset incrementsJohn Snow1-3/+2
2015-07-26ide: Clear DRQ after handling all expected accessesKevin Wolf1-4/+12
2015-07-26ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf1-0/+16
2015-07-04ahci: add rwerror=stop support for ncqJohn Snow1-0/+7
2015-07-04ide: add limit to .prepare_buf()John Snow1-4/+4
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-20/+12
2015-04-27ide: there is only one data portPaolo Bonzini1-2/+2
2015-03-23ide: fix cmd_read_pio when nsectors > 1John Snow1-5/+3
2015-03-23ide: fix cmd_write_pio when nsectors > 1John Snow1-1/+1