summaryrefslogtreecommitdiff
path: root/hw/ide/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-08-15ahci: construct PIO Setup FIS for PIO commandsPaolo Bonzini1-0/+70
2014-08-15ide: make all commands go through cmd_donePaolo Bonzini1-13/+3
2014-08-15ahci: remove duplicate PORT_IRQ_* constantsPaolo Bonzini1-3/+3
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini1-9/+0
2014-08-15ide: remove wrong setting of BM_STATUS_INTPaolo Bonzini1-4/+0
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini1-3/+1
2014-08-15ide: simplify async_cmd_done callbacksPaolo Bonzini1-3/+1
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini1-6/+0
2014-08-15ide: simplify reset callbacksPaolo Bonzini1-6/+0
2014-07-07ahci: map memory via device's address space instead of address_space_memoryLe Tan1-10/+11
2014-07-07ahci.c: mask unused flags when reading size PRDT DBCReza Jelveh1-3/+8
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-3/+3
2014-05-05ahci: fix buffer overrun on invalid state loadMichael S. Tsirkin1-1/+1
2014-04-18hw/ide/ahci.c: Avoid shift left into sign bitPeter Maydell1-2/+2
2014-03-18ahci: fix sysbus supportRob Herring1-5/+8
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