Age | Commit message (Expand) | Author | Files | Lines |
2011-09-12 | block: New change_media_cb() parameter load | Markus Armbruster | 1 | -1/+1 |
2011-09-06 | block: Declare qemu_blockalign() in block.h, not block_int.h | Markus Armbruster | 1 | -1/+0 |
2011-09-06 | block: Split change_cb() into change_media_cb(), resize_cb() | Markus Armbruster | 1 | -6/+2 |
2011-09-06 | block: Generalize change_cb() to BlockDevOps | Markus Armbruster | 1 | -1/+5 |
2011-09-06 | block: Attach non-qdev devices as well | Markus Armbruster | 1 | -0/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -3/+3 |
2011-07-30 | sd: do not add one sector to the disk size | Vincent Palatin | 1 | -3/+1 |
2011-07-29 | Fix last sector write on sd card | Dr. David Alan Gilbert | 1 | -8/+11 |
2011-05-22 | hw/sd.c: Don't complain about SDIO commands CMD52/CMD53 | Peter Maydell | 1 | -0/+11 |
2011-03-06 | hw/sd.c: fix sd_set_cb() crash when bdrv == NULL | Aurelien Jarno | 1 | -2/+2 |
2011-02-24 | hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS | Peter Maydell | 1 | -0/+2 |
2011-01-31 | block: tell drivers about an image resize | Christoph Hellwig | 1 | -1/+6 |
2010-09-22 | Fix compilation error (missing include statement) | Stefan Weil | 1 | -0/+1 |
2010-09-21 | use qemu_blockalign consistently | Christoph Hellwig | 1 | -1/+1 |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -6/+2 |
2009-12-18 | handle SD CMD5 without error messages | Juha Riihimäki | 1 | -0/+4 |
2009-11-03 | hw/sd: Support SDHC size cards | Andrzej Zaborowski | 1 | -60/+84 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -6/+6 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -6/+6 |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl | 1 | -3/+3 |
2009-05-10 | Follow coding conventions | Paul Brook | 1 | -4/+4 |
2009-05-03 | Handle NULL bdrv. | Paul Brook | 1 | -4/+10 |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 | 1 | -2/+0 |
2009-03-07 | do not pretend to support low voltage operation | aurel32 | 1 | -1/+1 |
2008-06-02 | Enable SD card on creation. | balrog | 1 | -0/+1 |
2008-04-14 | Add basic OMAP2 chip support. | balrog | 1 | -22/+29 |
2007-12-24 | Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00. | balrog | 1 | -5/+38 |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog | 1 | -21/+19 |
2007-12-04 | Don't claim SD card supports voltages linux claims are below defined voltage ... | balrog | 1 | -1/+1 |
2007-11-25 | Scale TSC2102 touchscreen pressure value more realistically (still could be b... | balrog | 1 | -1/+1 |
2007-11-24 | Partial SD card SPI mode support. | pbrook | 1 | -3/+84 |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook | 1 | -4/+4 |
2007-11-17 | Better STOPINTR bit semantics in the PXA2xx DMA. | balrog | 1 | -1/+0 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -0/+2 |
2007-11-17 | sd.c build fix. | pbrook | 1 | -3/+3 |
2007-11-17 | Convert SD cards code to use qemu_irq too. | balrog | 1 | -18/+12 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -1/+1 |
2007-07-30 | Re-add clearing of the APP_CMD flag that somehow got lost. | balrog | 1 | -2/+3 |
2007-04-06 | SD card emulation (initial implementation by Andrzei Zaborowski). | pbrook | 1 | -0/+1508 |