aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)Author
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-03hw/ide/pci: Fix memory leakShannon Zhao
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
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: move restart callback to common codePaolo Bonzini
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini
2015-03-10ide: do not use BMDMA in restart callbackPaolo Bonzini
2015-03-10ide: prepare to move restart to common codePaolo Bonzini
2015-03-10ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini
2014-08-15ide: simplify reset callbacksPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-03-27hw/ide: Add missing 'static' attributesStefan Weil
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-17ide: Remove wrong assertionKevin Wolf
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-02-10ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-08-08ide: convert to memory APIAvi Kivity
2011-06-15ide: Clear error_status after restarting flushKevin Wolf
2011-06-15ide: add TRIM supportChristoph Hellwig
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig
2011-06-15ide: Split error status from status registerKevin Wolf
2011-05-18ide: Turn debug messages into assertionsKevin Wolf
2011-05-18ide: cleanup warningsAndrea Arcangeli
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-01-24ide: Remove unneeded null pointer checkStefan Weil
2011-01-24ide: factor dma handling helpersChristoph Hellwig