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
/
bcm2835_sdhost.c
Age
Commit message (
Expand
)
Author
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2020-09-09
Use DECLARE_*CHECKER* when possible (--force mode)
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-21
hw/sd: Rename sdbus_read_data() as sdbus_read_byte()
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Rename sdbus_write_data() as sdbus_write_byte()
Philippe Mathieu-Daudé
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-07-23
hw/sd/bcm2835_sdhost: Fix PIO mode writes
Guenter Roeck
2018-06-29
sdcard: Use the ldst API
Philippe Mathieu-Daudé
2018-04-10
hw/sd/bcm2835_sdhost: Don't raise spurious interrupts
Peter Maydell
2018-04-10
hw/sd/bcm2835_sdhost: Add tracepoints
Peter Maydell
2017-02-28
bcm2835_sdhost: add bcm2835 sdhost controller
Clement Deschamps