aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ich.c
AgeCommit message (Expand)Author
2024-03-11hw/ide/ahci: Rename ahci_internal.h to ahci-internal.hBALATON Zoltan
2024-02-15hw/ide/ich9: Use AHCIPCIState typedefPhilippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé
2023-12-29hw/ide: Constify VMStateRichard Henderson
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-01ide: use local path for local headersMichael S. Tsirkin
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-07-18ahci: split public and private interfaceJohn Snow
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-01-29ide: Clean up includesPeter Maydell
2015-11-06ahci: split realize and initPeter Crosthwaite
2015-05-22ich9/ahci: Enable MigrationJohn Snow
2015-02-26ide/ich: Convert to realizeMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-22ahci: MSI capability should be at 0x80, not 0x50.John Snow
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber
2013-07-23ide/ich: QOM Upcast SweepPeter Crosthwaite
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-25ahci: Add migration supportJason Baron
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka
2012-06-07msi: Invoke msi/msix_reset from PCI coreJan Kiszka
2012-06-07ahci: Clean up reset functionsJan Kiszka
2012-06-07ahci: Fix reset of MSI functionJan Kiszka
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp