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
/
ssi-sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2023-12-30
hw/sd: Constify VMState
Richard Henderson
1
-1
/
+1
2023-11-07
hw/sd: Declare QOM types using DEFINE_TYPES() macro
Philippe Mathieu-Daudé
1
-11
/
+8
2021-12-15
hw/sd/ssi-sd: Do not create SD card within controller's realize
Markus Armbruster
1
-28
/
+1
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-2
/
+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: ssi-sd: Support multiple block read
Bin Meng
1
-9
/
+33
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: ssi-sd: Fix incorrect card response sequence
Bin Meng
1
-3
/
+8
2020-12-10
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
1
-6
/
+6
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-08-21
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-10
sd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-5
/
+5
2020-07-10
qdev: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-3
/
+2
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-1
/
+1
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-2
/
+1
2020-07-03
Replace uses of FROM_SSI_SLAVE() macro with QOM casts
Peter Maydell
1
-2
/
+2
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-1
/
+2
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-03-17
hw/sd/ssi-sd: fix error handling in ssi_sd_realize
Vladimir Sementsov-Ogievskiy
1
-2
/
+14
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-06
hw/sd: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-24
ssi-sd: Make devices picking up backends unavailable with -device
Markus Armbruster
1
-0
/
+2
2018-06-29
sdcard: Use the ldst API
Philippe Mathieu-Daudé
1
-4
/
+2
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-02-22
hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the bus
Philippe Mathieu-Daudé
1
-13
/
+19
2018-01-16
hw/sd/ssi-sd: Reset SD card on controller reset
Peter Maydell
1
-2
/
+23
2016-09-22
vmstateify ssi-sd
Dr. David Alan Gilbert
1
-42
/
+28
2016-07-04
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
1
-4
/
+5
2016-01-29
hw: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
1
-1
/
+1
2015-10-29
sd.h: Move sd.h to include/hw/sd/
Sai Pavan Boddu
1
-1
/
+1
2015-04-02
hw: Mark devices picking up block backends actively FIXME
Markus Armbruster
1
-0
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+2
2014-05-05
ssi-sd: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+9
2014-03-12
ssi: Convert legacy SSI_SLAVE -> DEVICE casts
Peter Crosthwaite
1
-3
/
+4
2013-10-11
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
1
-0
/
+3
[next]