Re: [PATCH 26/32] hw/sd: Fix SET_BLOCK_COUNT command argument

2024-06-12 Thread Philippe Mathieu-Daudé
On 3/7/23 15:25, Cédric Le Goater wrote: The number of blocks is defined in the lower bits [15:0]. TODO: This needs to be more precise on the spec version. Signed-off-by: Cédric Le Goater --- hw/sd/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/sd/sd.c b/hw/sd/s

[PATCH 26/32] hw/sd: Fix SET_BLOCK_COUNT command argument

2023-07-03 Thread Cédric Le Goater
The number of blocks is defined in the lower bits [15:0]. TODO: This needs to be more precise on the spec version. Signed-off-by: Cédric Le Goater --- hw/sd/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index c4c9e9ee7999..7f07d0e99d15 100644 -