Re: [PATCH v2 3/6] hw/sd: sdhci: Correctly set the controller status for ADMA

2021-02-18 Thread Philippe Mathieu-Daudé
On 2/16/21 4:46 AM, Bin Meng wrote: > When an ADMA transfer is started, the codes forget to set the > controller status to indicate a transfer is in progress. > > With this fix, the following 2 reproducers: > > https://paste.debian.net/plain/1185136 > https://paste.debian.net/plain/1185141 > > c

[PATCH v2 3/6] hw/sd: sdhci: Correctly set the controller status for ADMA

2021-02-15 Thread Bin Meng
When an ADMA transfer is started, the codes forget to set the controller status to indicate a transfer is in progress. With this fix, the following 2 reproducers: https://paste.debian.net/plain/1185136 https://paste.debian.net/plain/1185141 cannot be reproduced with the following QEMU command li