summaryrefslogtreecommitdiff
path: root/hw/sd/sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor1-0/+44
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor1-15/+24
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor1-82/+40
2014-12-15sdhci: Set a default frequency clockKevin O'Connor1-2/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+2
2014-08-04sd: sdhci: Fix ADMA dma_memory_read accessPeter Crosthwaite1-1/+2
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-2/+2
2014-06-30sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-1/+1
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-2/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-2/+2
2014-02-14sdhci: Drop unnecessary #includeKevin Wolf1-1/+0
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf1-0/+3
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-14/+14
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-21sd: pass bool parameter for sd_initliguang1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-11/+11
2013-06-03sd/sdhci:ADMA: fix interruptPeter Crosthwaite1-9/+9
2013-06-03sd/sdhci.c: Fix bdata_read DPRINT messagePeter Crosthwaite1-1/+2
2013-06-03sd/sdhci: Fix Buffer Write Ready interruptPeter Crosthwaite1-3/+2
2013-06-03sd/sdhci.c: Only reset data_count on new commandsPeter Crosthwaite1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1300