summaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29ahci: fix win7 hang on bootAlexander Graf1-1/+2
2013-10-11ahci: set ahci mode on resetMichael S. Tsirkin1-1/+9
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23ahci: Use QOM realize for ahciHu Tao1-7/+7
2013-07-23ahci: QOM'ify some moreHu Tao1-5/+11
2013-07-23ide/ich: QOM parent field cleanupAndreas Färber1-5/+6
2013-07-15ahci: Fix FLUSH commandKevin Wolf1-1/+7
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini1-1/+4
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-9/+9
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf1-1/+1
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-1/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-01-25ahci: Add migration supportJason Baron1-1/+81
2013-01-25ahci: Change data types in preparation for migrationKevin Wolf1-4/+4
2013-01-25ahci: Remove unused AHCIDevice fieldsJason Baron1-6/+2
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-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-2/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-5/+5
2012-09-12ahci: properly reset PxCMD on HBA resetJason Baron1-1/+1
2012-08-10ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron1-0/+3
2012-08-10ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron1-7/+34
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson1-14/+20
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson1-1/+2
2012-06-07ahci: Clean up reset functionsJan Kiszka1-10/+15
2012-05-30ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp1-2/+2
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil1-2/+2
2012-02-22ahci: use new DMA helpersPaolo Bonzini1-69/+13
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+7
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-09AHCI: Masking of IRQs actually masks themAlexander Graf1-0/+2
2012-02-09AHCI: Fix port reset raceAlexander Graf1-0/+5
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-10/+14
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-9/+14
2012-01-26ahci: add support for non-PCI based controllersRob Herring1-0/+44
2011-10-26ahci: fix DPRINTF format stringsMax Filippov1-6/+10
2011-09-21ahci: add port I/O index-data pairDaniel Verkamp1-1/+41
2011-09-20Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-3/+5
2011-09-20AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin1-3/+5
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-12ahci: Remove unused struct memberStefan Weil1-2/+0
2011-08-25block: explicit I/O accountingChristoph Hellwig1-0/+9
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08ahci: convert to memory APIAvi Kivity1-18/+13
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf1-2/+25