aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/core.c
AgeCommit message (Expand)Author
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-29sd: Don't trace SDRequest crc fieldPeter Maydell
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-02-13sdhci: implement CMD/DAT[] fields in the Present State registerPhilippe Mathieu-Daudé
2018-02-13sdhci: implement UHS-I voltage switchPhilippe Mathieu-Daudé
2018-02-13sdbus: add trace eventsPhilippe Mathieu-Daudé
2017-02-28hw/sd: add card-reparenting functionClement Deschamps
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell