qemu-e2k/hw/sd
Markus Armbruster ba306c7a55 sd: Mark brittle abuse of blk_attach_dev() FIXME
blk_attach_dev() fails here only when we're working for device
"sdhci-pci" (which already attached the backend), and then we don't
want to attach a second time.  If we ever create another failure mode,
we're setting up ourselves to using the same backend from multiple
frontends, which is likely to end in tears.  Can't clean this up this
close to the release, so mark it FIXME.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1449503710-3707-3-git-send-email-armbru@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2015-12-07 17:13:10 +00:00
..
Makefile.objs hw: move SD/MMC devices to hw/sd/, configure with default-configs/ 2013-04-08 18:13:14 +02:00
milkymist-memcard.c sd.h: Move sd.h to include/hw/sd/ 2015-10-29 17:59:27 +00:00
omap_mmc.c sd.h: Move sd.h to include/hw/sd/ 2015-10-29 17:59:27 +00:00
pl181.c sd.h: Move sd.h to include/hw/sd/ 2015-10-29 17:59:27 +00:00
pxa2xx_mmci.c sd.h: Move sd.h to include/hw/sd/ 2015-10-29 17:59:27 +00:00
sd.c sd: Mark brittle abuse of blk_attach_dev() FIXME 2015-12-07 17:13:10 +00:00
sdhci-internal.h sdhci: Split sdhci.h for public and internal device usage 2015-10-29 17:59:27 +00:00
sdhci.c sdhci: Sanitize "sdhci-pci" properties for future qomification 2015-12-07 17:13:10 +00:00
ssi-sd.c sd.h: Move sd.h to include/hw/sd/ 2015-10-29 17:59:27 +00:00