The following changes since commit f2cb4026fccfe073f84a4b440e41d3ed0c3134f6:

  Merge tag 'pull-maintainer-july24-050724-1' of 
https://gitlab.com/stsquad/qemu into staging (2024-07-05 09:15:48 -0700)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/sdmmc-20240706

for you to fetch changes up to 0bcea3f74b04cdc23ecd6822bea7e46a55eb4be7:

  hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD (2024-07-05 
23:55:02 +0200)

----------------------------------------------------------------
SD/MMC patches queue

- Use published card address (RCA) in qtest/npcm7xx_sdhci
- Have cards use random RCA
- Use SD spec v3.01 by default
- Convert GEN_CMD to sd_generic_read/write_byte style
- Extract SDMMC_COMMON abstract QDev parent from SD_CARD
- Few housekeeping

----------------------------------------------------------------

Philippe Mathieu-Daudé (16):
  hw/sd/sdhci: Log non-sequencial access as GUEST_ERROR
  hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definition
  tests/qtest/npcm7xx_sdhci: Access the card using its published address
  hw/sd/sdcard: Generate random RCA value
  hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
  hw/sd/sdcard: Use spec v3.01 by default
  hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handler
  hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
  hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
  hw/sd/sdcard: Remove noise from sd_acmd_name()
  hw/sd/sdcard: Remove noise from sd_cmd_name()
  hw/sd/sdcard: Remove default case in read/write on DAT lines
  hw/sd/sdcard: Trace length of data read on DAT lines
  hw/sd/sdcard: Cover more SDCardStates
  hw/sd/sdcard: Introduce set_csd/set_cid handlers
  hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARD

 hw/sd/sdmmc-internal.h           |   3 +
 include/hw/sd/sd.h               |   3 +-
 tests/qtest/libqos/sdhci-cmd.h   |   2 +
 hw/core/machine.c                |   1 +
 hw/sd/core.c                     |  29 ++---
 hw/sd/npcm7xx_sdhci.c            |   3 +-
 hw/sd/sd.c                       | 177 +++++++++++++++----------------
 hw/sd/sdhci.c                    |   5 +-
 tests/qtest/npcm7xx_sdhci-test.c |   8 +-
 hw/sd/trace-events               |   3 +-
 10 files changed, 124 insertions(+), 110 deletions(-)

-- 
2.41.0


Reply via email to