hw/sd.c: Don't complain about SDIO commands CMD52/CMD53
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 May 2011 09:11:53 +0000 (10:11 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sun, 22 May 2011 21:31:45 +0000 (22:31 +0100)
commit16b9594c2547982ef7aefdb48bb91dabb48d33de
tree1b74e606cabde3473ab68f9d04751ee9b7a094b2
parentbf9ec611e314414475f9be79f8417566651832d3
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53

The SDIO specification introduces new commands 52 and 53.
Handle as illegal command but do not complain on stderr,
as SDIO-aware OSes (including Linux) may legitimately use
these in their probing for presence of an SDIO card.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/sd.c