index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
sd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: Fix return value check for bdrv_read, bdrv_write
Stefan Weil
2012-10-05
1
-7
/
+9
*
hw/sd.c: make sd_wp_addr() return bool
Mitsyanko Igor
2012-08-13
1
-1
/
+1
*
hw/sd.c: make sd_dataready() return bool
Mitsyanko Igor
2012-08-13
1
-1
/
+1
*
hw/sd.c: convert binary variables to bool
Mitsyanko Igor
2012-08-13
1
-12
/
+12
*
hw/sd.c: introduce wrapper for conversion address to wp group
Mitsyanko Igor
2012-08-13
1
-14
/
+13
*
hw/sd.c: make sd_wp_addr() accept 64 bit address argument
Mitsyanko Igor
2012-08-13
1
-1
/
+1
*
hw/sd.c: convert wp_groups in SDState to bitfield
Mitsyanko Igor
2012-08-13
1
-14
/
+19
*
sd: Remember to reset .expecting_acmd on reset.
Andrzej Zaborowski
2011-12-21
1
-0
/
+1
*
hw/sd.c: Clear status bits when read via response r6
Peter Maydell
2011-12-21
1
-0
/
+1
*
hw/sd.c: Correct handling of APP_CMD status bit
Peter Maydell
2011-12-21
1
-7
/
+17
*
hw/sd.c: Correct handling of type B SD status bits
Peter Maydell
2011-12-21
1
-19
/
+25
*
hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid state
Peter Maydell
2011-12-21
1
-1
/
+1
*
hw/sd.c: Handle CRC and locked-card errors in normal code path
Peter Maydell
2011-12-21
1
-2
/
+5
*
hw/sd.c: Handle illegal commands in sd_do_command
Peter Maydell
2011-12-21
1
-14
/
+11
*
hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything else
Peter Maydell
2011-12-21
1
-2
/
+2
*
hw/sd.c: On CRC error, set CRC error status bit rather than clearing it
Peter Maydell
2011-12-21
1
-1
/
+1
*
hw/sd.c: Add comment regarding CARD_STATUS_* defines
Peter Maydell
2011-12-21
1
-0
/
+5
*
hw/sd.c: Fix the set of commands which are failed when card is locked
Peter Maydell
2011-12-21
1
-7
/
+22
*
block: New change_media_cb() parameter load
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: Declare qemu_blockalign() in block.h, not block_int.h
Markus Armbruster
2011-09-06
1
-1
/
+0
*
block: Split change_cb() into change_media_cb(), resize_cb()
Markus Armbruster
2011-09-06
1
-6
/
+2
*
block: Generalize change_cb() to BlockDevOps
Markus Armbruster
2011-09-06
1
-1
/
+5
*
block: Attach non-qdev devices as well
Markus Armbruster
2011-09-06
1
-0
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-3
/
+3
*
sd: do not add one sector to the disk size
Vincent Palatin
2011-07-30
1
-3
/
+1
*
Fix last sector write on sd card
Dr. David Alan Gilbert
2011-07-29
1
-8
/
+11
*
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
Peter Maydell
2011-05-22
1
-0
/
+11
*
hw/sd.c: fix sd_set_cb() crash when bdrv == NULL
Aurelien Jarno
2011-03-06
1
-2
/
+2
*
hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS
Peter Maydell
2011-02-24
1
-0
/
+2
*
block: tell drivers about an image resize
Christoph Hellwig
2011-01-31
1
-1
/
+6
*
Fix compilation error (missing include statement)
Stefan Weil
2010-09-22
1
-0
/
+1
*
use qemu_blockalign consistently
Christoph Hellwig
2010-09-21
1
-1
/
+1
*
arm: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-6
/
+2
*
handle SD CMD5 without error messages
Juha Riihimäki
2009-12-18
1
-0
/
+4
*
hw/sd: Support SDHC size cards
Andrzej Zaborowski
2009-11-03
1
-60
/
+84
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-6
/
+6
*
Get rid of _t suffix
malc
2009-10-01
1
-6
/
+6
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-3
/
+3
*
Follow coding conventions
Paul Brook
2009-05-10
1
-4
/
+4
*
Handle NULL bdrv.
Paul Brook
2009-05-03
1
-4
/
+10
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-2
/
+0
*
do not pretend to support low voltage operation
aurel32
2009-03-07
1
-1
/
+1
*
Enable SD card on creation.
balrog
2008-06-02
1
-0
/
+1
*
Add basic OMAP2 chip support.
balrog
2008-04-14
1
-22
/
+29
*
Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00.
balrog
2007-12-24
1
-5
/
+38
*
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
2007-12-24
1
-21
/
+19
*
Don't claim SD card supports voltages linux claims are below defined voltage ...
balrog
2007-12-04
1
-1
/
+1
*
Scale TSC2102 touchscreen pressure value more realistically (still could be b...
balrog
2007-11-25
1
-1
/
+1
*
Partial SD card SPI mode support.
pbrook
2007-11-24
1
-3
/
+84
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-4
/
+4
[next]