aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)Author
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23ahci: Use QOM realize for ahciHu Tao
2013-07-23ahci: QOM'ify some moreHu Tao
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber
2013-07-15ahci: Fix FLUSH commandKevin Wolf
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-25ahci: Add migration supportJason Baron
2013-01-25ahci: Change data types in preparation for migrationKevin Wolf
2013-01-25ahci: Remove unused AHCIDevice fieldsJason Baron
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-12ahci: properly reset PxCMD on HBA resetJason Baron
2012-08-10ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron
2012-08-10ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson
2012-06-07ahci: Clean up reset functionsJan Kiszka
2012-05-30ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil
2012-02-22ahci: use new DMA helpersPaolo Bonzini
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-09AHCI: Masking of IRQs actually masks themAlexander Graf
2012-02-09AHCI: Fix port reset raceAlexander Graf
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-26ahci: add support for non-PCI based controllersRob Herring
2011-10-26ahci: fix DPRINTF format stringsMax Filippov
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp
2011-09-20Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-09-20AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-12ahci: Remove unused struct memberStefan Weil
2011-08-25block: explicit I/O accountingChristoph Hellwig
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08ahci: convert to memory APIAvi Kivity
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf
2011-05-18ahci: Fix crashes on duplicate BH registrationJan Kiszka
2011-04-07ich/ahci: convert to pci_register_bar_simple()Avi Kivity
2011-02-07ahci: make number of ports runtime determinedAlexander Graf