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 -- 2.31.1