qemu/hw/sd
Markus Armbruster 79f2170789 sdhci: Sanitize "sdhci-pci" properties for future qomification
We currently fuse controller and card into a single device model, but
we intend qomify things properly and separate the two.  The properties
that really belong to the card would then have to somehow pass-through
to the card's properties.  To avoid that complication, either mark
them experimental or drop them.

Properties "capareg", "maxcurr" and the usual PCI device properties
belong to the controller.  Property "drive" belongs to the card;
rename it to "x-drive".  Properties "logical_block_size",
"physical_block_size", "min_io_size", "opt_io_size",
"discard_granularity" belong to the card, but have no effect; drop
them.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1449503710-3707-2-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.h: Move sd.h to include/hw/sd/ 2015-10-29 17:59:27 +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