index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
6
-7
/
+7
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
6
-7
/
+7
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
5
-7
/
+0
2024-12-15
hw/sd: Constify all Property
Richard Henderson
5
-7
/
+7
2024-12-11
hw/sd/aspeed_sdhci: Add AST2700 Support
Jamin Lin
1
-0
/
+14
2024-12-11
hw:sdhci: Introduce a new "capareg" class member to set the different Capabil...
Jamin Lin
1
-1
/
+46
2024-12-11
hw/sd/aspeed_sdhci: Fix coding style
Jamin Lin
1
-2
/
+4
2024-11-18
hw/sd/sdhci: Fix coding style
Jamin Lin
1
-22
/
+42
2024-11-05
hw/sd/sdhci: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-36
/
+26
2024-11-04
hw/sd/aspeed_sdhci: Introduce Capabilities Register 2 for SD slot 0 and 1
Jamin Lin
1
-11
/
+29
2024-11-04
hw/sd/sdcard: Fix calculation of size when using eMMC boot partitions
Jan Luebbe
1
-1
/
+3
2024-10-29
hw/sd/omap_mmc: Don't use sd_cmd_type_t
Peter Maydell
2
-6
/
+24
2024-10-02
hw/sdhci: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-1
/
+1
2024-10-01
hw/sd: Remove omap2_mmc device
Peter Maydell
1
-63
/
+0
2024-10-01
hw/sd: Remove pxa2xx_mmci.c
Peter Maydell
3
-599
/
+0
2024-10-01
hw/sd/sdcard: Fix handling of disabled boot partitions
Jan Luebbe
1
-7
/
+0
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
10
-10
/
+10
2024-08-06
hw/sd/sdhci: Reset @data_count index on invalid ADMA transfers
Philippe Mathieu-Daudé
1
-0
/
+1
2024-08-06
hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd state
Philippe Mathieu-Daudé
1
-1
/
+3
2024-08-06
hw/sd/sdcard: Explicit dummy byte value
Philippe Mathieu-Daudé
1
-5
/
+7
2024-07-16
hw/sd/sdcard: Support boot area in emmc image
Joel Stanley
1
-0
/
+42
2024-07-16
hw/sd/sdcard: Add mmc SWITCH function support (CMD6)
Sai Pavan Boddu
2
-0
/
+58
2024-07-16
hw/sd/sdcard: Add eMMC 'boot-partition-size' property
Philippe Mathieu-Daudé
1
-1
/
+4
2024-07-16
hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8)
Vincent Palatin
1
-0
/
+70
2024-07-16
hw/sd/sdcard: Implement eMMC sleep state (CMD5)
Luc Michel
1
-2
/
+45
2024-07-16
hw/sd/sdcard: Add emmc_cmd_PROGRAM_CID handler (CMD26)
Philippe Mathieu-Daudé
1
-3
/
+7
2024-07-16
hw/sd/sdcard: Fix SET_BLOCK_COUNT command argument on eMMC (CMD23)
Cédric Le Goater
1
-0
/
+3
2024-07-16
hw/sd/sdcard: Add emmc_cmd_SET_RELATIVE_ADDR handler (CMD3)
Cédric Le Goater
1
-0
/
+15
2024-07-16
hw/sd/sdcard: Register unimplemented command handlers
Philippe Mathieu-Daudé
1
-0
/
+9
2024-07-16
hw/sd/sdcard: Register generic command handlers
Philippe Mathieu-Daudé
1
-0
/
+23
2024-07-16
hw/sd/sdcard: Basis for eMMC support
Philippe Mathieu-Daudé
1
-1
/
+106
2024-07-05
hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD
Philippe Mathieu-Daudé
3
-28
/
+51
2024-07-05
hw/sd/sdcard: Introduce set_csd/set_cid handlers
Philippe Mathieu-Daudé
1
-2
/
+5
2024-07-05
hw/sd/sdcard: Cover more SDCardStates
Philippe Mathieu-Daudé
1
-0
/
+11
2024-07-05
hw/sd/sdcard: Trace length of data read on DAT lines
Philippe Mathieu-Daudé
2
-3
/
+3
2024-07-05
hw/sd/sdcard: Remove default case in read/write on DAT lines
Philippe Mathieu-Daudé
1
-5
/
+4
2024-07-05
hw/sd/sdcard: Remove noise from sd_cmd_name()
Philippe Mathieu-Daudé
1
-5
/
+0
2024-07-05
hw/sd/sdcard: Remove noise from sd_acmd_name()
Philippe Mathieu-Daudé
1
-11
/
+1
2024-07-05
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
Philippe Mathieu-Daudé
1
-6
/
+1
2024-07-05
hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
Philippe Mathieu-Daudé
1
-34
/
+20
2024-07-05
hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handler
Philippe Mathieu-Daudé
1
-2
/
+2
2024-07-05
hw/sd/sdcard: Use spec v3.01 by default
Philippe Mathieu-Daudé
1
-1
/
+1
2024-07-05
hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
Philippe Mathieu-Daudé
1
-4
/
+0
2024-07-05
hw/sd/sdcard: Generate random RCA value
Philippe Mathieu-Daudé
2
-3
/
+9
2024-07-05
hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
Philippe Mathieu-Daudé
1
-1
/
+2
2024-07-05
hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
Philippe Mathieu-Daudé
1
-2
/
+3
2024-07-02
hw/sd/sdcard: Add sd_acmd_SEND_SCR handler (ACMD51)
Philippe Mathieu-Daudé
1
-11
/
+8
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_CLR_CARD_DETECT handler (ACMD42)
Philippe Mathieu-Daudé
1
-12
/
+13
2024-07-02
hw/sd/sdcard: Add sd_acmd_SD_APP_OP_COND handler (ACMD41)
Philippe Mathieu-Daudé
1
-37
/
+45
2024-07-02
hw/sd/sdcard: Add sd_acmd_SET_WR_BLK_ERASE_COUNT handler (ACMD23)
Philippe Mathieu-Daudé
1
-11
/
+11
[next]