mbox

[PULL,0/4] SD/MMC patches for 2021-07-11

Message ID 20210711211057.2714586-1-f4bug@amsat.org
State New
Headers show

Pull-request

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

Message

Philippe Mathieu-Daudé July 11, 2021, 9:10 p.m. UTC
The following changes since commit 9516034d05a8c71ef157a59f525e4c4f7ed79827:

  Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging (2021-07-11 14:32:49 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a36cbb79763630837e7a73ae0d67aca210ebc791:

  hw/sd: sdhci: Enable 64-bit system bus capability in the default SD/MMC host controller (2021-07-11 23:02:51 +0200)

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

- sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)
- sdhci: Enable 64-bit system bus capability in default host controller

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

Joanne Koong (1):
  hw/sd: sdhci: Enable 64-bit system bus capability in the default
    SD/MMC host controller

Philippe Mathieu-Daudé (3):
  hw/sd/sdcard: When card is in wrong state, log which state it is
  hw/sd/sdcard: Extract address_in_range() helper, log invalid accesses
  hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)

 hw/sd/sdhci-internal.h         |  4 +--
 hw/sd/sd.c                     | 40 ++++++++++++++-------
 tests/qtest/fuzz-sdcard-test.c | 66 ++++++++++++++++++++++++++++++++++
 MAINTAINERS                    |  3 +-
 tests/qtest/meson.build        |  1 +
 5 files changed, 98 insertions(+), 16 deletions(-)
 create mode 100644 tests/qtest/fuzz-sdcard-test.c

Comments

Philippe Mathieu-Daudé July 12, 2021, 10:22 a.m. UTC | #1
On 7/11/21 11:10 PM, Philippe Mathieu-Daudé wrote:
> The following changes since commit 9516034d05a8c71ef157a59f525e4c4f7ed79827:
> 
>   Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging (2021-07-11 14:32:49 +0100)
> 
> are available in the Git repository at:
> 
>   https://github.com/philmd/qemu.git tags/sdmmc-20210711
> 
> for you to fetch changes up to a36cbb79763630837e7a73ae0d67aca210ebc791:
> 
>   hw/sd: sdhci: Enable 64-bit system bus capability in the default SD/MMC host controller (2021-07-11 23:02:51 +0200)
> 
> ----------------------------------------------------------------
> SD/MMC patches queue
> 
> - sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)
> - sdhci: Enable 64-bit system bus capability in default host controller
> 
> ----------------------------------------------------------------

Please disregard this pull request. I'm going to send another
one without the SDHCI patch.