[PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA)

Philippe Mathieu-Daudé posted 4 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240702140842.54242-1-philmd@linaro.org
Maintainers: Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Bin Meng <bmeng.cn@gmail.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/libqos/sdhci-cmd.h   |  2 ++
hw/sd/npcm7xx_sdhci.c            |  3 ++-
hw/sd/sd.c                       | 11 ++++++++---
hw/sd/sdhci.c                    |  5 +++--
tests/qtest/npcm7xx_sdhci-test.c |  8 ++++++--
hw/sd/trace-events               |  1 +
6 files changed, 22 insertions(+), 8 deletions(-)
[PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA)
Posted by Philippe Mathieu-Daudé 3 months, 2 weeks ago
Avoid to use the SDCard hardcoded 0x4567 RCA in npcm7xx
SDHCI qtest, so we can generate one in the card model.

Philippe Mathieu-Daudé (4):
  hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
  hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
  tests/qtest/npcm7xx_sdhci: Access the card using its published address
  hw/sd/sdcard: Generate random RCA value

 tests/qtest/libqos/sdhci-cmd.h   |  2 ++
 hw/sd/npcm7xx_sdhci.c            |  3 ++-
 hw/sd/sd.c                       | 11 ++++++++---
 hw/sd/sdhci.c                    |  5 +++--
 tests/qtest/npcm7xx_sdhci-test.c |  8 ++++++--
 hw/sd/trace-events               |  1 +
 6 files changed, 22 insertions(+), 8 deletions(-)

-- 
2.41.0


Re: [PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA)
Posted by Philippe Mathieu-Daudé 3 months, 2 weeks ago
On 2/7/24 16:08, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (4):
>    hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
>    hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
>    tests/qtest/npcm7xx_sdhci: Access the card using its published address
>    hw/sd/sdcard: Generate random RCA value

Series queued, thanks.