aboutsummaryrefslogtreecommitdiff
path: root/hw/sd
AgeCommit message (Expand)Author
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-06-30sdhci: Fix misuse of qemu_free_irqs()Andreas Färber
2014-06-10hw/sd/sd.c: Drop unused sd_acmd_type[] arrayPeter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-05ssi-sd: fix buffer overrun on invalid state loadMichael S. Tsirkin
2014-03-12ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-14sdhci: Drop unnecessary #includeKevin Wolf
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-10-17sd: Avoid access to NULL BlockDriverStateAndreas Färber
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29pl181: QOM cast cleanupAndreas Färber
2013-07-29pl181: Rename pl181_state to PL181StateAndreas Färber
2013-07-29milkymist-memcard: QOM cast cleanupAndreas Färber
2013-07-15sd/pl181.c: Avoid undefined shift behaviour in RWORD macroPeter Maydell
2013-07-04hw/s*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-21sd: pass bool parameter for sd_initliguang
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-03sd/sd.c: Fix "inquiry" ACMD41Peter Crosthwaite
2013-06-03sd/sdhci:ADMA: fix interruptPeter Crosthwaite
2013-06-03sd/sdhci.c: Fix bdata_read DPRINT messagePeter Crosthwaite
2013-06-03sd/sdhci: Fix Buffer Write Ready interruptPeter Crosthwaite
2013-06-03sd/sdhci.c: Only reset data_count on new commandsPeter Crosthwaite
2013-04-12Typo, spelling and grammatical fixesPeter Maydell
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: make subdirectories for devicesPaolo Bonzini