]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/sd: When card is in wrong state, log which state it is
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 7 Jun 2021 15:24:58 +0000 (17:24 +0200)
committerCédric Le Goater <clg@kaod.org>
Fri, 1 Sep 2023 09:40:04 +0000 (11:40 +0200)
commit132011396f167fbf2199ad880163fe51fd40bd5d
treef3f73f1022431836e321e38396e8e612e679bf8d
parent24965082a777f8041890c443230f3d0ae555d764
hw/sd: When card is in wrong state, log which state it is

We report the card is in an inconsistent state, but don't precise
in which state it is. Add this information, as it is useful when
debugging problems.

Since we will reuse this code, extract as sd_invalid_state_for_cmd()
helper.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Message-Id: <20210624142209.1193073-2-f4bug@amsat.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/sd/sd.c