index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sd
/
sd.c
Age
Commit message (
Expand
)
Author
2021-03-22
hw/sd: sd: Actually perform the erase operation
Bin Meng
2021-03-22
hw/sd: sd: Fix build error when DEBUG_SD is on
Bin Meng
2021-02-20
hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
Bin Meng
2021-02-20
hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards
Bin Meng
2021-02-20
hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
Bin Meng
2021-02-20
hw/sd: sd: Move the sd_block_{read, write} and macros ahead
Bin Meng
2021-02-20
hw/sd: sd: Fix CMD30 response type
Bin Meng
2021-02-20
hw/sd: sd: Only SDSC cards support CMD28/29/30
Bin Meng
2021-02-20
hw/sd: sd: Fix address check in sd_erase()
Bin Meng
2021-02-20
hw/sd: Introduce receive_ready() callback
Bin Meng
2021-02-20
hw/sd: sd: Allow single/multiple block write for SPI mode
Bin Meng
2021-02-20
hw/sd: sd: Remove duplicated codes in single/multiple block read/write
Bin Meng
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-24
hw/sd: sd: Drop sd_crc16()
Bin Meng
2021-01-24
hw/sd: sd: Support CMD59 for SPI mode
Bin Meng
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-11-17
hw/sd: Fix 2 GiB card CSD register values
Bin Meng
2020-10-26
hw/sd/sdcard: Zero out function selection fields before being populated
Bin Meng
2020-10-26
hw/sd/sdcard: Make iolen unsigned
Philippe Mathieu-Daudé
2020-10-26
hw/sd/sdcard: Constify sd_crc*()'s message argument
Philippe Mathieu-Daudé
2020-10-26
hw/sd/sdcard: Simplify cmd_valid_while_locked()
Philippe Mathieu-Daudé
2020-10-26
hw/sd/sdcard: Update the SDState documentation
Philippe Mathieu-Daudé
2020-10-21
hw/sd/sdcard: Assert if accessing an illegal group
Philippe Mathieu-Daudé
2020-10-21
hw/sd/sdcard: Do not attempt to erase out of range addresses
Philippe Mathieu-Daudé
2020-10-21
hw/sd/sdcard: Reset both start/end addresses on error
Philippe Mathieu-Daudé
2020-10-21
hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS
Philippe Mathieu-Daudé
2020-10-21
hw/sd/sdcard: Introduce the INVALID_ADDRESS definition
Philippe Mathieu-Daudé
2020-10-21
hw/sd/sdcard: Add trace event for ERASE command (CMD38)
Philippe Mathieu-Daudé
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Correct the maximum size of a Standard Capacity SD Memory Card
Bin Meng
2020-08-21
hw/sd: Fix incorrect populated function switch status data structure
Bin Meng
2020-08-21
hw/sd: Rename read/write_data() as read/write_byte()
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
Philippe Mathieu-Daudé
2020-08-21
hw/sd/sdcard: Make sd_data_ready() static
Philippe Mathieu-Daudé
2020-07-14
hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
Philippe Mathieu-Daudé
2020-07-14
hw/sd/sdcard: Update coding style to make checkpatch.pl happy
Philippe Mathieu-Daudé
2020-07-14
hw/sd/sdcard: Do not allow invalid SD card sizes
Philippe Mathieu-Daudé
2020-07-14
hw/sd/sdcard: Simplify realize() a bit
Philippe Mathieu-Daudé
2020-07-14
hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
Philippe Mathieu-Daudé
2020-07-10
qdev: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-15
sd: Hide the qdev-but-not-quite thing created by sd_init()
Markus Armbruster
2020-05-27
error: Use error_reportf_err() where appropriate
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
[next]