index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sd
/
ssi-sd.c
Age
Commit message (
Expand
)
Author
2020-03-17
hw/sd/ssi-sd: fix error handling in ssi_sd_realize
Vladimir Sementsov-Ogievskiy
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-06
hw/sd: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
2018-10-24
ssi-sd: Make devices picking up backends unavailable with -device
Markus Armbruster
2018-06-29
sdcard: Use the ldst API
Philippe Mathieu-Daudé
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-02-22
hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the bus
Philippe Mathieu-Daudé
2018-01-16
hw/sd/ssi-sd: Reset SD card on controller reset
Peter Maydell
2016-09-22
vmstateify ssi-sd
Dr. David Alan Gilbert
2016-07-04
ssi: change ssi_slave_init to be a realize ops
Cédric Le Goater
2016-01-29
hw: Clean up includes
Peter Maydell
2016-01-21
ssi: Move ssi.h into a separate directory
Alistair Francis
2015-10-29
sd.h: Move sd.h to include/hw/sd/
Sai Pavan Boddu
2015-04-02
hw: Mark devices picking up block backends actively FIXME
Markus Armbruster
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-05-05
ssi-sd: fix buffer overrun on invalid state load
Michael S. Tsirkin
2014-03-12
ssi: Convert legacy SSI_SLAVE -> DEVICE casts
Peter Crosthwaite
2013-10-11
blockdev: Remove IF_* check for read-only blockdev_init
Kevin Wolf
2013-06-21
sd: pass bool parameter for sd_init
liguang
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini