summary refs log tree commit diff stats
path: root/hw/ide/ich.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ide/ahci: Rename ahci_internal.h to ahci-internal.hBALATON Zoltan2024-03-111-1/+1
* hw/ide/ich9: Use AHCIPCIState typedefPhilippe Mathieu-Daudé2024-02-151-3/+3
* hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()Philippe Mathieu-Daudé2024-02-151-1/+2
* hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-151-0/+1
* hw/ide: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé2023-02-271-0/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-091-4/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* 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/+0
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0
* 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/+0
* ide/ich: Convert to realizeMarkus Armbruster2015-02-261-7/+6
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* ahci: MSI capability should be at 0x80, not 0x50.John Snow2014-09-221-1/+6
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* ide/ich: QOM parent field cleanupAndreas Färber2013-07-231-11/+11
* ide/ich: QOM Upcast SweepPeter Crosthwaite2013-07-231-5/+5
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* ahci: Add migration supportJason Baron2013-01-251-4/+10
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* 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-2/+2
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-3/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-3/+1
* | ide/ahci: Use universal DMA helper functionsDavid Gibson2012-06-271-1/+1
|/
* msi: Invoke msi/msix_write_config from PCI coreJan Kiszka2012-06-071-8/+0
* msi: Invoke msi/msix_reset from PCI coreJan Kiszka2012-06-071-1/+0
* ahci: Clean up reset functionsJan Kiszka2012-06-071-6/+4
* ahci: Fix reset of MSI functionJan Kiszka2012-06-071-2/+10
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-2/+0
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-7/+10
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+19
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-17/+13
* ahci: add port I/O index-data pairDaniel Verkamp2011-09-211-1/+26