summaryrefslogtreecommitdiff
path: root/hw/ide/ich.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber1-11/+11
2013-07-23ide/ich: QOM Upcast SweepPeter Crosthwaite1-5/+5
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-01-25ahci: Add migration supportJason Baron1-4/+10
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-2/+2
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-3/+1
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-3/+1
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson1-1/+1
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka1-8/+0
2012-06-07msi: Invoke msi/msix_reset from PCI coreJan Kiszka1-1/+0
2012-06-07ahci: Clean up reset functionsJan Kiszka1-6/+4
2012-06-07ahci: Fix reset of MSI functionJan Kiszka1-2/+10
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori1-2/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+10
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-12/+19
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-17/+13
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp1-1/+26
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster1-1/+0
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-1/+1
2011-08-08ahci: convert to memory APIAvi Kivity1-2/+1
2011-07-20ahci doesn't support migrationGerd Hoffmann1-0/+6
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-3/+3
2011-06-12hw/ide/ich.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-5/+4
2011-05-16ahci: Unbreak bar registrationJan Kiszka1-3/+3
2011-05-16ich/ahci: fix uninitialized memory useMichael S. Tsirkin1-2/+2
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-1/+0
2011-05-05MSI: Robust resource releaseJan Kiszka1-4/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-07ich/ahci: convert to pci_register_bar_simple()Avi Kivity1-2/+1
2011-02-07ahci: make number of ports runtime determinedAlexander Graf1-1/+2
2011-02-07ahci: split ICH and AHCI even moreAlexander Graf1-2/+88
2011-02-07ahci: split ICH9 from coreSebastian Herbszt1-0/+61