index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
sd
/
sd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/sd: Constify VMState
Richard Henderson
2023-12-30
1
-3
/
+3
*
hw/sd: Declare QOM types using DEFINE_TYPES() macro
Philippe Mathieu-Daudé
2023-11-07
1
-21
/
+16
*
Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...
Stefan Hajnoczi
2023-09-06
1
-133
/
+215
|
\
|
*
hw/sd: Introduce a "sd-card" SPI variant model
Cédric Le Goater
2023-09-01
1
-14
/
+40
|
*
hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
Philippe Mathieu-Daudé
2023-09-01
1
-14
/
+16
|
*
hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
Joel Stanley
2023-09-01
1
-11
/
+17
|
*
hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
Philippe Mathieu-Daudé
2023-09-01
1
-13
/
+15
|
*
hw/sd: Add sd_cmd_ALL_SEND_CID() handler
Philippe Mathieu-Daudé
2023-09-01
1
-11
/
+12
|
*
hw/sd: Add sd_cmd_SEND_OP_CMD() handler
Philippe Mathieu-Daudé
2023-09-01
1
-9
/
+9
|
*
hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
Philippe Mathieu-Daudé
2023-09-01
1
-12
/
+12
|
*
hw/sd: Add sd_cmd_unimplemented() handler
Philippe Mathieu-Daudé
2023-09-01
1
-9
/
+12
|
*
hw/sd: Add sd_cmd_illegal() handler
Philippe Mathieu-Daudé
2023-09-01
1
-36
/
+26
|
*
hw/sd: Introduce sd_cmd_handler type
Philippe Mathieu-Daudé
2023-09-01
1
-0
/
+13
|
*
hw/sd: Move proto_name to SDProto structure
Philippe Mathieu-Daudé
2023-09-01
1
-8
/
+27
|
*
hw/sd: When card is in wrong state, log which spec version is used
Philippe Mathieu-Daudé
2023-09-01
1
-2
/
+16
|
*
hw/sd: When card is in wrong state, log which state it is
Philippe Mathieu-Daudé
2023-09-01
1
-3
/
+9
|
*
hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01
Philippe Mathieu-Daudé
2023-09-01
1
-2
/
+2
*
|
hw/sd: spelling fixes
Michael Tokarev
2023-08-31
1
-1
/
+1
|
/
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-92
/
+92
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-1
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
hw/sd: Add SDHC support for SD card SPI-mode
Frank Chang
2022-01-04
1
-7
/
+17
*
hw/sd/sdcard: Rename Write Protect Group variables
Philippe Mathieu-Daudé
2022-01-04
1
-14
/
+14
*
hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30
Philippe Mathieu-Daudé
2021-08-03
1
-1
/
+1
*
hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT
Philippe Mathieu-Daudé
2021-08-03
1
-1
/
+8
*
hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)
Philippe Mathieu-Daudé
2021-07-12
1
-0
/
+5
*
hw/sd/sdcard: Extract address_in_range() helper, log invalid accesses
Philippe Mathieu-Daudé
2021-07-12
1
-12
/
+21
*
hw/sd/sdcard: When card is in wrong state, log which state it is
Philippe Mathieu-Daudé
2021-07-12
1
-1
/
+2
*
hw/sd: sd: Actually perform the erase operation
Bin Meng
2021-03-22
1
-9
/
+13
*
hw/sd: sd: Fix build error when DEBUG_SD is on
Bin Meng
2021-03-22
1
-0
/
+1
*
hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
Bin Meng
2021-02-20
1
-1
/
+2
*
hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards
Bin Meng
2021-02-20
1
-5
/
+9
*
hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
Bin Meng
2021-02-20
1
-6
/
+12
*
hw/sd: sd: Move the sd_block_{read, write} and macros ahead
Bin Meng
2021-02-20
1
-21
/
+21
*
hw/sd: sd: Fix CMD30 response type
Bin Meng
2021-02-20
1
-1
/
+1
*
hw/sd: sd: Only SDSC cards support CMD28/29/30
Bin Meng
2021-02-20
1
-0
/
+12
*
hw/sd: sd: Fix address check in sd_erase()
Bin Meng
2021-02-20
1
-1
/
+1
*
hw/sd: Introduce receive_ready() callback
Bin Meng
2021-02-20
1
-0
/
+6
*
hw/sd: sd: Allow single/multiple block write for SPI mode
Bin Meng
2021-02-20
1
-3
/
+0
*
hw/sd: sd: Remove duplicated codes in single/multiple block read/write
Bin Meng
2021-02-20
1
-47
/
+0
*
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-27
1
-3
/
+3
*
hw/sd: sd: Drop sd_crc16()
Bin Meng
2021-01-24
1
-18
/
+0
*
hw/sd: sd: Support CMD59 for SPI mode
Bin Meng
2021-01-24
1
-7
/
+1
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
hw/sd: Fix 2 GiB card CSD register values
Bin Meng
2020-11-17
1
-4
/
+11
*
hw/sd/sdcard: Zero out function selection fields before being populated
Bin Meng
2020-10-26
1
-0
/
+1
*
hw/sd/sdcard: Make iolen unsigned
Philippe Mathieu-Daudé
2020-10-26
1
-1
/
+1
*
hw/sd/sdcard: Constify sd_crc*()'s message argument
Philippe Mathieu-Daudé
2020-10-26
1
-4
/
+4
[next]