mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00
hw/sd/sdcard: Trace update of block count (CMD23)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Tested-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20240621080554.18986-12-philmd@linaro.org>
This commit is contained in:
parent
913638464c
commit
0e93b3b30b
2 changed files with 3 additions and 1 deletions
|
@ -1090,6 +1090,7 @@ static sd_rsp_type_t sd_cmd_SET_BLOCK_COUNT(SDState *sd, SDRequest req)
|
|||
}
|
||||
|
||||
sd->multi_blk_cnt = req.arg;
|
||||
trace_sdcard_set_block_count(sd->multi_blk_cnt);
|
||||
|
||||
return sd_r1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue