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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2021-02-21
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
1
-1
/
+1
2021-02-20
Fix SPDX-License-Identifier typos
Ryan Finnie
1
-1
/
+1
2021-02-20
hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
Bin Meng
1
-4
/
+3
2021-02-20
hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
Bin Meng
1
-1
/
+2
2021-02-20
hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards
Bin Meng
1
-5
/
+9
2021-02-20
hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
Bin Meng
1
-6
/
+12
2021-02-20
hw/sd: sd: Move the sd_block_{read, write} and macros ahead
Bin Meng
1
-21
/
+21
2021-02-20
hw/sd: sd: Fix CMD30 response type
Bin Meng
1
-1
/
+1
2021-02-20
hw/sd: sd: Only SDSC cards support CMD28/29/30
Bin Meng
1
-0
/
+12
2021-02-20
hw/sd: sd: Fix address check in sd_erase()
Bin Meng
1
-1
/
+1
2021-02-20
hw/sd: ssi-sd: Handle the rest commands with R1b response type
Bin Meng
1
-0
/
+6
2021-02-20
hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response
Bin Meng
1
-4
/
+5
2021-02-20
hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response
Bin Meng
1
-3
/
+3
2021-02-20
hw/sd: ssi-sd: Support multiple block write
Bin Meng
1
-2
/
+31
2021-02-20
hw/sd: ssi-sd: Support single block write
Bin Meng
1
-4
/
+40
2021-02-20
hw/sd: Introduce receive_ready() callback
Bin Meng
2
-0
/
+19
2021-02-20
hw/sd: sd: Allow single/multiple block write for SPI mode
Bin Meng
1
-3
/
+0
2021-02-20
hw/sd: sd: Remove duplicated codes in single/multiple block read/write
Bin Meng
1
-47
/
+0
2021-02-20
hw/sd: ssi-sd: Support multiple block read
Bin Meng
1
-9
/
+33
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-3
/
+3
2021-01-24
hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer
Bin Meng
1
-10
/
+16
2021-01-24
hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION
Bin Meng
1
-1
/
+1
2021-01-24
hw/sd: ssi-sd: Add a state representing Nac
Bin Meng
1
-2
/
+7
2021-01-24
hw/sd: ssi-sd: Suffix a data block with CRC16
Bin Meng
1
-3
/
+20
2021-01-24
hw/sd: sd: Drop sd_crc16()
Bin Meng
1
-18
/
+0
2021-01-24
hw/sd: sd: Support CMD59 for SPI mode
Bin Meng
1
-7
/
+1
2021-01-24
hw/sd: ssi-sd: Fix incorrect card response sequence
Bin Meng
1
-3
/
+8
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2
-3
/
+0
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
1
-6
/
+6
2020-11-17
hw/sd: Fix 2 GiB card CSD register values
Bin Meng
1
-4
/
+11
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-26
hw/sd/sdcard: Zero out function selection fields before being populated
Bin Meng
1
-0
/
+1
2020-10-26
hw/sd/sdcard: Make iolen unsigned
Philippe Mathieu-Daudé
2
-2
/
+2
2020-10-26
hw/sd/sdcard: Constify sd_crc*()'s message argument
Philippe Mathieu-Daudé
1
-4
/
+4
2020-10-26
hw/sd/sdcard: Simplify cmd_valid_while_locked()
Philippe Mathieu-Daudé
1
-6
/
+5
2020-10-26
hw/sd/sdcard: Update the SDState documentation
Philippe Mathieu-Daudé
1
-1
/
+4
2020-10-21
hw/sd/sdcard: Assert if accessing an illegal group
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-21
hw/sd/sdcard: Do not attempt to erase out of range addresses
Philippe Mathieu-Daudé
1
-0
/
+7
2020-10-21
hw/sd/sdcard: Reset both start/end addresses on error
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-21
hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS
Philippe Mathieu-Daudé
1
-3
/
+3
2020-10-21
hw/sd/sdcard: Introduce the INVALID_ADDRESS definition
Philippe Mathieu-Daudé
1
-5
/
+8
2020-10-21
hw/sd/sdcard: Add trace event for ERASE command (CMD38)
Philippe Mathieu-Daudé
2
-2
/
+2
2020-10-21
hw/sd/sdhci: Yield if interrupt delivered during multiple transfer
Philippe Mathieu-Daudé
1
-1
/
+4
2020-10-21
hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was delivered
Philippe Mathieu-Daudé
1
-2
/
+7
2020-10-21
hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses
Philippe Mathieu-Daudé
1
-0
/
+14
2020-10-21
hw/sd/sdhci: Stop multiple transfers when block count is cleared
Philippe Mathieu-Daudé
1
-1
/
+6
2020-10-21
hw/sd/sdhci: Fix DMA Transfer Block Size field
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-21
hw/sd/sdhci: Document the datasheet used
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-21
hw/sd/sdhci: Fix qemu_log_mask() format string
Philippe Mathieu-Daudé
1
-1
/
+1
[next]