qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA)
@ 2024-07-02 14:08 Philippe Mathieu-Daudé
  2024-07-02 14:08 ` [PATCH 1/4] hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-07-02 14:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Tyrone Ting, Paolo Bonzini, Hao Wu, Thomas Huth, Shengtan Mao,
	Chris Rauer, Joel Stanley, Cédric Le Goater, Sai Pavan Boddu,
	Laurent Vivier, Luc Michel, Bin Meng, qemu-arm, qemu-block,
	Philippe Mathieu-Daudé, Patrick Venture

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-05 21:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 14:08 [PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA) Philippe Mathieu-Daudé
2024-07-02 14:08 ` [PATCH 1/4] hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition Philippe Mathieu-Daudé
2024-07-02 14:15   ` Cédric Le Goater
2024-07-02 14:08 ` [PATCH 2/4] hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR Philippe Mathieu-Daudé
2024-07-02 14:16   ` Cédric Le Goater
2024-07-02 14:08 ` [PATCH 3/4] tests/qtest/npcm7xx_sdhci: Access the card using its published address Philippe Mathieu-Daudé
2024-07-02 14:28   ` Cédric Le Goater
2024-07-02 14:08 ` [PATCH 4/4] hw/sd/sdcard: Generate random RCA value Philippe Mathieu-Daudé
2024-07-05 21:52 ` [PATCH 0/4] qtest/npcm7xx_sdhci: Use card-provided address (RCA) Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).