Statistics
| Branch: | Revision:

root / hw / sd @ 34b5d2c6

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
bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

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 <>...

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