aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-05-12atapi: Switch to byte-based block accessEric Blake
2016-05-12ide: Switch to byte-based aio block accessEric Blake
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin
2016-04-12ide: restart atapi dma by re-evaluating command packetPavel Butsykin
2016-04-12ide: don't lose pending dma statePavel Butsykin
2016-04-12xen: Fix IDE unplugAnthony PERARD
2016-04-07xen: piix reuse pci generic class init functionMichael S. Tsirkin
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow
2016-02-10ahci: Do not unmap NULL addressesJohn Snow
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-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-30macio: add dma_active to VMStateDescriptionMark Cave-Ayland
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland
2016-01-29ide: Clean up includesPeter Maydell
2016-01-25ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland
2016-01-11hw/ide: Remove superfluous return statementsThomas Huth
2015-11-24atapi: Fix code indentationAlberto Garcia
2015-11-24atapi: Account for failed and invalid operations in cd_read_sector()Alberto Garcia
2015-11-17ide: enable buffered requests for PIO read requestsPeter Lieven
2015-11-17ide: enable buffered requests for ATAPI devicesPeter Lieven
2015-11-17ide: orphan all buffered requests on DMA cancelPeter Lieven
2015-11-17ide: add support for IDEBufferedRequestPeter Lieven
2015-11-17ide/atapi: make PIO read requests asyncPeter Lieven
2015-11-13atapi: Prioritize unknown cmd error over BCL errorJohn Snow
2015-11-13atapi: add byte_count_limit helperJohn Snow
2015-11-12macio: Account for failed operationsAlberto Garcia
2015-11-12ide: Account for failed and invalid operationsAlberto Garcia
2015-11-12atapi: Account for failed and invalid operationsAlberto Garcia
2015-11-12ide: Account for write operations correctlyAlberto Garcia
2015-11-06ahci: Add allwinner AHCIPeter Crosthwaite
2015-11-06ahci: split realize and initPeter Crosthwaite
2015-11-06ahci: Add some MMIO debug printfsPeter Crosthwaite
2015-11-06ide: remove hardcoded 2GiB transactional limitJohn Snow