/include/io/

hw/ide/ich.c'>logtreecommitdiffstats
path: root/hw/ide/ich.c
Commit message (Expand)AuthorAgeFilesLines
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ide: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-121-1/+0Star
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* ahci: split public and private interfaceJohn Snow2017-07-181-1/+1
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-1/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-7/+7
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-2/+5
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* ahci: split realize and initPeter Crosthwaite2015-11-061-1/+9
* ich9/ahci: Enable MigrationJohn Snow2015-05-221-1/+0Star
* ide/ich: Convert to realizeMarkus Armbruster2015-02-261-7/+6Star
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* ahci: MSI capability should be at 0x80, not 0x50.John Snow2014-09-22