index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-2
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-07
sd: Send debug printfery to stderr not stdout
Peter Crosthwaite
1
-2
/
+2
2012-10-30
hw/sd.c: add SD card save/load support
Igor Mitsyanko
1
-25
/
+64
2012-10-30
hw/sd.c: Fix erase for high capacity cards
Igor Mitsyanko
1
-4
/
+13
2012-10-05
hw: Fix return value check for bdrv_read, bdrv_write
Stefan Weil
1
-7
/
+9
2012-08-13
hw/sd.c: make sd_wp_addr() return bool
Mitsyanko Igor
1
-1
/
+1
2012-08-13
hw/sd.c: make sd_dataready() return bool
Mitsyanko Igor
1
-1
/
+1
2012-08-13
hw/sd.c: convert binary variables to bool
Mitsyanko Igor
1
-12
/
+12
2012-08-13
hw/sd.c: introduce wrapper for conversion address to wp group
Mitsyanko Igor
1
-14
/
+13
2012-08-13
hw/sd.c: make sd_wp_addr() accept 64 bit address argument
Mitsyanko Igor
1
-1
/
+1
2012-08-13
hw/sd.c: convert wp_groups in SDState to bitfield
Mitsyanko Igor
1
-14
/
+19
2011-12-21
sd: Remember to reset .expecting_acmd on reset.
Andrzej Zaborowski
1
-0
/
+1
2011-12-21
hw/sd.c: Clear status bits when read via response r6
Peter Maydell
1
-0
/
+1
2011-12-21
hw/sd.c: Correct handling of APP_CMD status bit
Peter Maydell
1
-7
/
+17
2011-12-21
hw/sd.c: Correct handling of type B SD status bits
Peter Maydell
1
-19
/
+25
2011-12-21
hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid state
Peter Maydell
1
-1
/
+1
2011-12-21
hw/sd.c: Handle CRC and locked-card errors in normal code path
Peter Maydell
1
-2
/
+5
2011-12-21
hw/sd.c: Handle illegal commands in sd_do_command
Peter Maydell
1
-14
/
+11
2011-12-21
hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything else
Peter Maydell
1
-2
/
+2
2011-12-21
hw/sd.c: On CRC error, set CRC error status bit rather than clearing it
Peter Maydell
1
-1
/
+1
2011-12-21
hw/sd.c: Add comment regarding CARD_STATUS_* defines
Peter Maydell
1
-0
/
+5
2011-12-21
hw/sd.c: Fix the set of commands which are failed when card is locked
Peter Maydell
1
-7
/
+22
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
[next]