summaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow1-12/+5
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-5/+5
2016-04-12ide: don't lose pending dma statePavel Butsykin1-0/+4
2016-02-10ide: move buffered DMA cancel to coreJohn Snow1-35/+1
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2015-11-17ide: orphan all buffered requests on DMA cancelPeter Lieven1-0/+19
2015-11-06ide: remove hardcoded 2GiB transactional limitJohn Snow1-7/+0
2015-07-04ide: add limit to .prepare_buf()John Snow1-5/+16
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-10/+6
2015-06-03hw/ide/pci: Fix memory leakShannon Zhao1-4/+1
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-94/+15
2015-03-10ide: place initial state of the current request to IDEBusPaolo Bonzini1-9/+6
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini1-13/+6
2015-03-10ide: move restart callback to common codePaolo Bonzini1-79/+0
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini1-5/+5
2015-03-10ide: do not use BMDMA in restart callbackPaolo Bonzini1-3/+3
2015-03-10ide: prepare to move restart to common codePaolo Bonzini1-5/+7
2015-03-10ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini1-10/+18
2015-03-10Remove superfluous '\n' around error_report()Gonglei1-1/+1
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert1-0/+11
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow1-6/+21
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+2
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini1-7/+7
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini1-0/+4
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini1-12/+7
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini1-6/+0
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini1-3/+1
2014-08-15ide: simplify reset callbacksPaolo Bonzini1-3/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-8/+4
2014-03-27hw/ide: Add missing 'static' attributesStefan Weil1-1/+1
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber1-7/+23
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-01-17ide: Remove wrong assertionKevin Wolf1-1/+0
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-09-28iostatus: change is_read to a boolPaolo Bonzini1-2/+2
2012-02-10ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau1-1/+1
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson1-2/+2
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson1-2/+2
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-1/+1
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson1-9/+10
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster1-1/+0