summaryrefslogtreecommitdiffstats
path: root/hw/ide/ich.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-121-1/+0
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-1/+1
* ahci: convert to memory APIAvi Kivity2011-08-081-2/+1
* ahci doesn't support migrationGerd Hoffmann2011-07-201-0/+6
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-3/+3
|\
| * ahci: Unbreak bar registrationJan Kiszka2011-05-161-3/+3
* | hw/ide/ich.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-5/+4
* | ich/ahci: fix uninitialized memory useMichael S. Tsirkin2011-05-161-2/+2
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-1/+0
|\
| * Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* | MSI: Robust resource releaseJan Kiszka2011-05-051-4/+1
* | ich/ahci: convert to pci_register_bar_simple()Avi Kivity2011-04-071-2/+1
|/
* ahci: make number of ports runtime determinedAlexander Graf2011-02-071-1/+2
* ahci: split ICH and AHCI even moreAlexander Graf2011-02-071-2/+88
* ahci: split ICH9 from coreSebastian Herbszt2011-02-071-0/+61
OpenPOWER on IntegriCloud