aboutsummaryrefslogtreecommitdiff
path: root/hw/sd.c
AgeCommit message (Expand)Author
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-30sd: do not add one sector to the disk sizeVincent Palatin
2011-07-29Fix last sector write on sd cardDr. David Alan Gilbert
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell
2011-03-06hw/sd.c: fix sd_set_cb() crash when bdrv == NULLAurelien Jarno
2011-02-24hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell
2011-01-31block: tell drivers about an image resizeChristoph Hellwig
2010-09-22Fix compilation error (missing include statement)Stefan Weil
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-12-18handle SD CMD5 without error messagesJuha Riihimäki
2009-11-03hw/sd: Support SDHC size cardsAndrzej Zaborowski
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-10Follow coding conventionsPaul Brook
2009-05-03Handle NULL bdrv.Paul Brook
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-03-07do not pretend to support low voltage operationaurel32
2008-06-02Enable SD card on creation.balrog
2008-04-14Add basic OMAP2 chip support.balrog
2007-12-24Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.balrog
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-04Don't claim SD card supports voltages linux claims are below defined voltage ...balrog
2007-11-25Scale TSC2102 touchscreen pressure value more realistically (still could be b...balrog
2007-11-24Partial SD card SPI mode support.pbrook
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Better STOPINTR bit semantics in the PXA2xx DMA.balrog
2007-11-17Break up vl.h.pbrook
2007-11-17sd.c build fix.pbrook
2007-11-17Convert SD cards code to use qemu_irq too.balrog
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-30Re-add clearing of the APP_CMD flag that somehow got lost.balrog
2007-04-06SD card emulation (initial implementation by Andrzei Zaborowski).pbrook