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
/
allwinner-sdhost.c
Age
Commit message (
Expand
)
Author
2023-12-30
hw/sd: Constify VMState
Richard Henderson
2023-06-19
hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levels
Peter Maydell
2023-06-06
hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support
qianfan Zhao
2023-05-02
hw/sd/allwinner-sdhost: Correctly byteswap descriptor fields
Peter Maydell
2022-11-21
hw/sd: Fix sun4i allwinner-sdhost for U-Boot
Strahinja Jankovic
2022-05-30
hw/sd/allwinner-sdhost: report FIFO water level as 1 when data ready
Icenowy Zheng
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
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-28
hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possible
Philippe Mathieu-Daudé
2020-08-21
hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possible
Philippe Mathieu-Daudé
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é
2020-03-12
hw/arm/allwinner: add SD/MMC host controller
Niek Linnenbank