]> git.proxmox.com Git - qemu.git/commit
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)
commit39e594dbcd897849f2ca95b3310ea00fff29ea99
tree1b74e606cabde3473ab68f9d04751ee9b7a094b2
parent1cd087251a488f8731efee4118332d0d6abdd815
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