[PULL 2/2] hw/sd: Add SDHC support for SD card SPI-mode

2022-01-08 Thread Philippe Mathieu-Daudé
From: Frank Chang In SPI-mode, SD card's OCR register: Card Capacity Status (CCS) bit is not set to 1 correclty when the assigned SD image size is larger than 2GB (SDHC). This will cause the SD card to be indentified as SDSC incorrectly. CCS bit should be set to 1 if we are using SDHC. Also, as

[PULL 1/2] hw/sd/sdcard: Rename Write Protect Group variables

2022-01-08 Thread Philippe Mathieu-Daudé
'wp_groups' holds a bitmap, rename it as 'wp_group_bmap'. 'wpgrps_size' is the bitmap size (in bits), rename it as 'wp_group_bits'. Patch created mechanically using: $ sed -i -e s/wp_groups/wp_group_bmap/ \ -e s/wpgrps_size/wp_group_bits/ hw/sd/sd.c Signed-off-by: Philippe

[PULL 0/2] SD/MMC patches for 2022-01-08

2022-01-08 Thread Philippe Mathieu-Daudé
at: https://github.com/philmd/qemu.git tags/sdmmc-20220108 for you to fetch changes up to b66f73a0cb312c81470433dfd5275d2824bb89de: hw/sd: Add SDHC support for SD card SPI-mode (2022-01-04 08:50:28 +0100) SD/MMC patches queue

Re: [PATCH V3] block/rbd: implement bdrv_co_block_status

2022-01-08 Thread Peter Lieven
Am 06.01.22 um 17:01 schrieb Ilya Dryomov: > On Thu, Jan 6, 2022 at 4:27 PM Peter Lieven wrote: >> Am 05.10.21 um 10:36 schrieb Ilya Dryomov: >>> On Tue, Oct 5, 2021 at 10:19 AM Peter Lieven wrote: Am 05.10.21 um 09:54 schrieb Ilya Dryomov: > On Thu, Sep 16, 2021 at 2:21 PM Peter Lieven