mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/sd/sdcard: Add trace event for ERASE command (CMD38)
Trace addresses provided to the ERASE command. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20201015063824.212980-2-f4bug@amsat.org>
This commit is contained in:
parent
9321c1f2d0
commit
aafe6c5836
2 changed files with 2 additions and 2 deletions
|
@ -749,7 +749,7 @@ static void sd_erase(SDState *sd)
|
|||
uint64_t erase_start = sd->erase_start;
|
||||
uint64_t erase_end = sd->erase_end;
|
||||
|
||||
trace_sdcard_erase();
|
||||
trace_sdcard_erase(sd->erase_start, sd->erase_end);
|
||||
if (!sd->erase_start || !sd->erase_end) {
|
||||
sd->card_status |= ERASE_SEQ_ERROR;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue