qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 0/2] SD/MMC patches for 2022-01-04


From: Richard Henderson
Subject: Re: [PULL 0/2] SD/MMC patches for 2022-01-04
Date: Tue, 4 Jan 2022 10:42:47 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 1/3/22 11:54 PM, Philippe Mathieu-Daudé wrote:
The following changes since commit b5a3d8bc9146ba22a25116cb748c97341bf99737:

   Merge tag 'pull-misc-20220103' of https://gitlab.com/rth7680/qemu into 
staging (2022-01-03 09:34:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d666c7b529c503381a714b97d2e174848b5aad8d:

   hw/sd: Add SDHC support for SD card SPI-mode (2022-01-04 08:50:27 +0100)

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

- Add SDHC support for SD card SPI-mode (Frank Chang)

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

Frank Chang (1):
   hw/sd: Add SDHC support for SD card SPI-mode

Philippe Mathieu-Daudé (1):
   hw/sd/sdcard: Rename Write Protect Group variables

  hw/sd/sd.c | 48 +++++++++++++++++++++++++++++-------------------
  1 file changed, 29 insertions(+), 19 deletions(-)


Lots of failures of the form

../hw/sd/sd.c:842:33: error: 'SDState' {aka 'struct SDState'} has no member named 'wp_groups'; did you mean 'wp_group_bits'?
  842 |         if (test_bit(wpnum, sd->wp_groups)) {
      |                                 ^~~~~~~~~
      |                                 wp_group_bits


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]