Statistics
| Branch: | Revision:

root / hw / sd @ cd6c8830

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

Latest revisions

# Date Author Comment
61e8a923 02/20/2014 03:05 pm Peter Maydell

Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging

QOM infrastructure fixes and device conversions

  • QTest cleanups and test cases for PCI NICs
  • NAND fix for "info qtree"
  • Cleanup and extension of QOM machine tests...
c7bcc85d 02/14/2014 10:12 pm Paolo Bonzini

qdev: Remove hex8/32/64 property types

Replace them with uint8/32/64.

Reviewed-by: Igor Mammedov <>
Reviewed-by: Eric Blake <>
Signed-off-by: Paolo Bonzini <>
Signed-off-by: Andreas Färber <>

1a838745 02/14/2014 02:04 pm Kevin Wolf

sdhci: Drop unnecessary #include

Signed-off-by: Kevin Wolf <>
Reviewed-by: Fam Zheng <>
Signed-off-by: Stefan Hajnoczi <>

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

837d3716 12/23/2013 01:27 am Markus Armbruster

sysbus: Set cannot_instantiate_with_device_add_yet

device_add plugs devices into suitable bus. For "real" buses, that
actually connects the device. For sysbus, the connections need to be
made separately, and device_add can't do that. The device would 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 <>...

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

View revisions

Also available in: Atom