Statistics
| Branch: | Revision:

root / hw / sd @ efec3dd6

Name Size
Makefile.objs 267 Bytes
milkymist-memcard.c 8.3 kB
omap_mmc.c 16.1 kB
pl181.c 15.6 kB
pxa2xx_mmci.c 14.3 kB
sd.c 48.9 kB
sdhci.c 43.4 kB
sdhci.h 12.3 kB
ssi-sd.c 8.6 kB

Latest revisions

# Date Author Comment
efec3dd6 12/23/2013 01:27 am Markus Armbruster

qdev: Replace no_user by cannot_instantiate_with_device_add_yet

In an ideal world, machines can be built by wiring devices together
with configuration, not code. Unfortunately, that's not the world we
live in right now. We still have quite a few devices that need to be...

794cbc26 10/17/2013 11:15 am Andreas Färber

sd: Avoid access to NULL BlockDriverState

Commit 4f8a066b5fc254eeaabbbde56ba4f5b29cc68fdf (blockdev: Remove IF_*
check for read-only blockdev_init) added a usage of bdrv_is_read_only()
to sd_init(), which is called for versatilepb, versatileab and
xilinx-zynq-a9 machines among others with NULL argument by default,...

4f8a066b 10/11/2013 05:50 pm Kevin Wolf

blockdev: Remove IF_* check for read-only blockdev_init

IF_NONE allows read-only, which makes forbidding it in this place
for other types pretty much pointless.

Instead, make sure that all devices for which the check would have
errored out check in their init function that they don't get a read-only...

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

View revisions

Also available in: Atom