summaryrefslogtreecommitdiff
path: root/hw/sd
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-03-16sd: Fix "info qtree" on boards with SD cardsPeter Maydell1-2/+4
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell1-4/+17
2016-03-04sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell1-1/+1
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann1-1/+37
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann1-6/+3
2016-02-18hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann1-9/+12
2016-02-18hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann1-5/+76
2016-02-18hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann1-0/+37
2016-02-18hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell1-0/+30
2016-02-18hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell1-92/+64
2016-02-18hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell1-14/+66
2016-02-18hw/sd/pxa2xx_mmci: convert to SysBusDevice objectPeter Maydell1-16/+54
2016-02-18sdhci_sysbus: Create SD card device in users, not the device itselfPeter Maydell1-25/+0
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell1-29/+68
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell3-5/+190
2016-02-18hw/sd/sd.c: Convert sd_reset() function into Device reset methodPeter Maydell1-5/+5
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell1-22/+77
2016-02-18hw/sd/sdhci.c: Remove x-drive propertyPeter Maydell1-6/+0
2016-02-11sd: limit 'req.cmd' while using as an array indexPrasad J Pandit1-2/+5
2016-01-29hw: Clean up includesPeter Maydell3-1/+3
2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1
2016-01-29arm: Clean up includesPeter Maydell2-0/+2
2016-01-29lm32: Clean up includesPeter Maydell1-0/+1
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2015-12-22sdhci: add optional quirk property to disable card insertion/removal interruptsAndrew Baumann1-1/+4
2015-12-22sdhci: don't raise a command index error for an unexpected responseAndrew Baumann1-3/+0
2015-12-22sd: sdhci: Delete over-zealous power checkPeter Crosthwaite1-1/+1
2015-12-07sd: Mark brittle abuse of blk_attach_dev() FIXMEMarkus Armbruster1-0/+1
2015-12-07sdhci: Sanitize "sdhci-pci" properties for future qomificationMarkus Armbruster1-2/+7
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu2-71/+5
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu7-7/+7
2015-10-12sdhci.c: Limit the maximum block sizeAlistair Francis1-0/+10
2015-10-12sdhci: Pass drive parameter to sdhci-pci via qdev propertyKevin O'Connor3-14/+24
2015-10-08sdhci: Change debug prints to compile unconditionallySai Pavan Boddu1-18/+18
2015-10-08sdhci: use PRIx64 for uint64_t typeSai Pavan Boddu1-2/+5
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-2/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+2
2015-06-15hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOpsPeter Maydell1-60/+8
2015-05-12hw/sd: Don't pass BlockBackend to sd_reset()Peter Maydell1-9/+8
2015-04-28sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi1-1/+2
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster3-0/+6
2015-04-02sdhci: Make device "sdhci-pci" unavailable with -deviceMarkus Armbruster1-0/+2
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster4-0/+4
2015-03-19omap: Fix warnings from SparseStefan Weil1-1/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-2/+2