summaryrefslogtreecommitdiffstats
path: root/hw/ide/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-3/+277
* ide: Reset current_addr after stopping DMAKevin Wolf2010-11-291-1/+1
* ide: Ignore double DMA transfer starts/stopsKevin Wolf2010-11-291-28/+32
* ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-241-53/+18
* ide: Avoid canceling IDE DMAAndrea Arcangeli2010-08-031-2/+21
* ide: fix migration in the middle of a bmdma transferJuan Quintela2010-07-261-0/+30
* Revert "ide save/restore current transfer fields"Juan Quintela2010-07-261-6/+2
* ide save/restore current transfer fieldsMarcelo Tosatti2010-01-261-2/+6
* ide: port pci ide to vmstateJuan Quintela2009-10-271-59/+36
* ide: split cmd646 and piix from pci.cJuan Quintela2009-10-121-338/+0
* ide: export needed ide-pci functions for splitJuan Quintela2009-10-121-10/+10
* ide: create ide/pci.h for common ide pci definitionsJuan Quintela2009-10-121-13/+1
* ide: Remove cast in pci_register_barJuan Quintela2009-10-121-12/+6
* ide: change cast to DO_UPCASTJuan Quintela2009-10-121-2/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-1/+1
OpenPOWER on IntegriCloud