summaryrefslogtreecommitdiffstats
path: root/hw/ide/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: fix sysbus supportRob Herring2014-03-181-5/+8
* ahci: fix win7 hang on bootAlexander Graf2013-10-291-1/+2
* ahci: set ahci mode on resetMichael S. Tsirkin2013-10-111-1/+9
* ide: Pass size to ide_bus_new()Andreas Färber2013-08-301-1/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* ahci: Use QOM realize for ahciHu Tao2013-07-231-7/+7
* ahci: QOM'ify some moreHu Tao2013-07-231-5/+11
* ide/ich: QOM parent field cleanupAndreas Färber2013-07-231-5/+6
* ahci: Fix FLUSH commandKevin Wolf2013-07-151-1/+7
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* dma: keep a device alive while it has SGListsPaolo Bonzini2013-07-041-1/+4
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-9/+9
* ahci: Don't allow creating slave drivesKevin Wolf2013-05-081-1/+1
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-1/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* ahci: Add migration supportJason Baron2013-01-251-1/+81
* ahci: Change data types in preparation for migrationKevin Wolf2013-01-251-4/+4
* ahci: Remove unused AHCIDevice fieldsJason Baron2013-01-251-6/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-5/+5
* ahci: properly reset PxCMD on HBA resetJason Baron2012-09-121-1/+1
* ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron2012-08-101-0/+3
* ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron2012-08-101-7/+34
* ide/ahci: Use universal DMA helper functionsDavid Gibson2012-06-271-14/+20
* iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson2012-06-271-1/+2
* ahci: Clean up reset functionsJan Kiszka2012-06-071-10/+15
* ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp2012-05-301-2/+2
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-111-2/+2
* ahci: use new DMA helpersPaolo Bonzini2012-02-221-69/+13
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-02-151-0/+7
|\
| * AHCI: Masking of IRQs actually masks themAlexander Graf2012-02-091-0/+2
| * AHCI: Fix port reset raceAlexander Graf2012-02-091-0/+5
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+2
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-10/+14
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-9/+14
* ahci: add support for non-PCI based controllersRob Herring2012-01-261-0/+44
* ahci: fix DPRINTF format stringsMax Filippov2011-10-261-6/+10
* ahci: add port I/O index-data pairDaniel Verkamp2011-09-211-1/+41
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-201-3/+5
|\
| * AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin2011-09-201-3/+5
* | Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
|/
* ahci: Remove unused struct memberStefan Weil2011-09-121-2/+0
* block: explicit I/O accountingChristoph Hellwig2011-08-251-0/+9
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* ahci: convert to memory APIAvi Kivity2011-08-081-18/+13
OpenPOWER on IntegriCloud