Stefan Weil
|
eb63b0c2da
hw: Fix return value check for bdrv_read, bdrv_write
|
13 年之前 |
Mitsyanko Igor
|
4e8f1be212
hw/sd.c: make sd_wp_addr() return bool
|
13 年之前 |
Mitsyanko Igor
|
879bf4a716
hw/sd.c: make sd_dataready() return bool
|
13 年之前 |
Mitsyanko Igor
|
bebd12717c
hw/sd.c: convert binary variables to bool
|
13 年之前 |
Mitsyanko Igor
|
b7202b8870
hw/sd.c: introduce wrapper for conversion address to wp group
|
13 年之前 |
Mitsyanko Igor
|
347cab1a76
hw/sd.c: make sd_wp_addr() accept 64 bit address argument
|
13 年之前 |
Mitsyanko Igor
|
a9c0183059
hw/sd.c: convert wp_groups in SDState to bitfield
|
13 年之前 |
Andrzej Zaborowski
|
3799ce4ab6
sd: Remember to reset .expecting_acmd on reset.
|
13 年之前 |
Peter Maydell
|
fcfa9351c5
hw/sd.c: Clear status bits when read via response r6
|
13 年之前 |
Peter Maydell
|
1d06cb7ab9
hw/sd.c: Correct handling of APP_CMD status bit
|
13 年之前 |
Peter Maydell
|
10a412dab3
hw/sd.c: Correct handling of type B SD status bits
|
13 年之前 |
Peter Maydell
|
5b08bfe2e9
hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid state
|
13 年之前 |
Peter Maydell
|
b1f517ed43
hw/sd.c: Handle CRC and locked-card errors in normal code path
|
13 年之前 |
Peter Maydell
|
53bb8cc485
hw/sd.c: Handle illegal commands in sd_do_command
|
13 年之前 |
Peter Maydell
|
e30d59388b
hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything else
|
13 年之前 |
Peter Maydell
|
abda1f37ee
hw/sd.c: On CRC error, set CRC error status bit rather than clearing it
|
13 年之前 |
Peter Maydell
|
b8d334c828
hw/sd.c: Add comment regarding CARD_STATUS_* defines
|
13 年之前 |
Peter Maydell
|
25881d3390
hw/sd.c: Fix the set of commands which are failed when card is locked
|
13 年之前 |
Markus Armbruster
|
7d4b4ba5c2
block: New change_media_cb() parameter load
|
14 年之前 |
Markus Armbruster
|
ba5b7ad449
block: Declare qemu_blockalign() in block.h, not block_int.h
|
14 年之前 |
Markus Armbruster
|
145feb176f
block: Split change_cb() into change_media_cb(), resize_cb()
|
14 年之前 |
Markus Armbruster
|
0e49de5232
block: Generalize change_cb() to BlockDevOps
|
14 年之前 |
Markus Armbruster
|
fa879d62eb
block: Attach non-qdev devices as well
|
14 年之前 |
Anthony Liguori
|
7267c0947d
Use glib memory allocation and free functions
|
14 年之前 |
Vincent Palatin
|
5e37141bbb
sd: do not add one sector to the disk size
|
14 年之前 |
Dr. David Alan Gilbert
|
33fa8234c3
Fix last sector write on sd card
|
14 年之前 |
Peter Maydell
|
39e594dbcd
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
|
14 年之前 |
Aurelien Jarno
|
0d2e91c178
hw/sd.c: fix sd_set_cb() crash when bdrv == NULL
|
14 年之前 |
Peter Maydell
|
fb1ba03ab0
hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS
|
14 年之前 |
Christoph Hellwig
|
db97ee6a97
block: tell drivers about an image resize
|
14 年之前 |