summaryrefslogtreecommitdiffstats
path: root/hw/ide/pci.c
Commit message (Expand)AuthorAgeFilesLines
* ide: add limit to .prepare_buf()John Snow2015-07-041-5/+16
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-10/+6
* hw/ide/pci: Fix memory leakShannon Zhao2015-06-031-4/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-101-94/+15
|\
| * ide: place initial state of the current request to IDEBusPaolo Bonzini2015-03-101-9/+6
| * ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-101-13/+6
| * ide: move restart callback to common codePaolo Bonzini2015-03-101-79/+0
| * ide: pass IDEBus to the restart_cbPaolo Bonzini2015-03-101-5/+5
| * ide: do not use BMDMA in restart callbackPaolo Bonzini2015-03-101-3/+3
| * ide: prepare to move restart to common codePaolo Bonzini2015-03-101-5/+7
| * ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini2015-03-101-10/+18
* | Remove superfluous '\n' around error_report()Gonglei2015-03-101-1/+1
|/
* atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert2015-02-061-0/+11
* ide: Correct handling of malformed/short PRDTsJohn Snow2014-11-141-6/+21
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+2
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-1/+1
* ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini2014-08-151-7/+7
* ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini2014-08-151-0/+4
* ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-151-12/+7
* ide: simplify start_transfer callbacksPaolo Bonzini2014-08-151-6/+0
* ide: simplify set_inactive callbacksPaolo Bonzini2014-08-151-3/+1
* ide: simplify reset callbacksPaolo Bonzini2014-08-151-3/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-8/+4
* hw/ide: Add missing 'static' attributesStefan Weil2014-03-271-1/+1
* ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber2013-07-291-7/+23
* ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf2013-05-081-0/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* ide: Remove wrong assertionKevin Wolf2013-01-171-1/+0
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* iostatus: change is_read to a boolPaolo Bonzini2012-09-281-2/+2
* ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau2012-02-101-1/+1
* Correct types in bmdma_addr_{read,write}David Gibson2012-01-211-2/+2
* Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson2011-12-121-2/+2
* block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-051-1/+1
* PCI IDE: Use PCI DMA stub functionsDavid Gibson2011-11-011-9/+10
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-121-1/+0
* ide: convert to memory APIAvi Kivity2011-08-081-11/+14
* ide: Clear error_status after restarting flushKevin Wolf2011-06-151-7/+11
* ide: add TRIM supportChristoph Hellwig2011-06-151-2/+7
* ide: allow other dma comands than read and writeChristoph Hellwig2011-06-151-3/+3
* ide: Split error status from status registerKevin Wolf2011-06-151-7/+66
* ide: Turn debug messages into assertionsKevin Wolf2011-05-181-6/+2
* ide: cleanup warningsAndrea Arcangeli2011-05-181-2/+2
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* ide: Remove unneeded null pointer checkStefan Weil2011-01-241-3/+1
* ide: factor dma handling helpersChristoph Hellwig2011-01-241-7/+2
OpenPOWER on IntegriCloud