summary refs log tree commit diff stats
path: root/hw/sd/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-06-17 17:57:54 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-07-05 23:50:12 +0200
commit6d0dc86070d6b65caaf2c96d7254ead5fc519203 (patch)
treef56353c8b8d0b9b8b11ed6792f7e3748b847cb1d /hw/sd/trace-events
parent3baae281501f6eea879bff2200ca15ee2ff637be (diff)
downloadfocaccia-qemu-6d0dc86070d6b65caaf2c96d7254ead5fc519203.tar.gz
focaccia-qemu-6d0dc86070d6b65caaf2c96d7254ead5fc519203.zip
hw/sd/sdcard: Generate random RCA value
Rather than using the obscure 0x4567 magic value,
use a real random one.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Tested-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Message-Id: <20240702140842.54242-5-philmd@linaro.org>
Diffstat (limited to 'hw/sd/trace-events')
-rw-r--r--hw/sd/trace-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sd/trace-events b/hw/sd/trace-events
index 43eaeba149..6a51b0e906 100644
--- a/hw/sd/trace-events
+++ b/hw/sd/trace-events
@@ -43,6 +43,7 @@ sdcard_response(const char *rspdesc, int rsplen) "%s (sz:%d)"
 sdcard_powerup(void) ""
 sdcard_inquiry_cmd41(void) ""
 sdcard_reset(void) ""
+sdcard_set_rca(uint16_t value) "new RCA: 0x%04x"
 sdcard_set_blocklen(uint16_t length) "block len 0x%03x"
 sdcard_set_block_count(uint32_t cnt) "block cnt 0x%"PRIx32
 sdcard_inserted(bool readonly) "read_only: %u"