Statistics
| Branch: | Revision:

root / hw / sd @ 831aab9b

Name Size
Makefile.objs 267 Bytes
milkymist-memcard.c 8.2 kB
omap_mmc.c 16 kB
pl181.c 15.5 kB
pxa2xx_mmci.c 14.2 kB
sd.c 48.8 kB
sdhci.c 43.3 kB
sdhci.h 12.3 kB
ssi-sd.c 8.5 kB

Latest revisions

# Date Author Comment
7a239e46 07/29/2013 10:07 pm Andreas Färber

milkymist-memcard: QOM cast cleanup

Signed-off-by: Andreas Färber <>

1d998d93 07/29/2013 10:07 pm Andreas Färber

pl181: Rename pl181_state to PL181State

Signed-off-by: Andreas Färber <>

630f4442 07/29/2013 10:07 pm Andreas Färber

pl181: QOM cast cleanup

Signed-off-by: Andreas Färber <>

8827b0fb 07/15/2013 06:17 pm Peter Maydell

sd/pl181.c: Avoid undefined shift behaviour in RWORD macro

Add a cast to avoid potentially shifting into the sign bit of
a signed value, which is undefined behaviour in C.

(Detected with clang's -fsanitize=undefined.)

Signed-off-by: Peter Maydell <>...

29776739 07/04/2013 06:42 pm Paolo Bonzini

hw/s*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

6790f59d 06/21/2013 09:52 pm liguang

sd: pass bool parameter for sd_init

Signed-off-by: liguang <>
Signed-off-by: Michael Tokarev <>

df32fd1c 06/20/2013 05:39 pm Paolo Bonzini

dma: eliminate DMAContext

The DMAContext is a simple pointer to an AddressSpace that is now always
already available. Make everyone hold the address space directly,
and clean up the DMA API to use the AddressSpace directly.

Reviewed-by: Peter Maydell <>...

1d32c26f 06/03/2013 07:17 pm Peter Crosthwaite

sd/sdhci:ADMA: fix interrupt

The end of transfer check was occurring and potentially returning before
the interrupt flag was checked. This means the interrupt will be missed
if it occurs on the last packet. Fix by checking for the interrupt
before checking for the end of transfer....

37ab4a56 06/03/2013 07:17 pm Peter Crosthwaite

sd/sd.c: Fix "inquiry" ACMD41

QEMU models two (of the three) ACMD41 has two modes, "inquiry" and
"first". The selection logic for which of the two is incorrect - it
compares != 0 for the entire argument value rather than only bits 23:0
as per the spec. Fix....

View revisions

Also available in: Atom