mbox series

[PULL,0/5] SD/MMC patches for 2020-10-26

Message ID 20201026110315.4026183-1-f4bug@amsat.org
Headers show
Series SD/MMC patches for 2020-10-26 | expand

Message

Philippe Mathieu-Daudé Oct. 26, 2020, 11:03 a.m. UTC
The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:

  Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-req=
uest' into staging (2020-10-22 12:33:21 +0100)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/sd-next-20201026

for you to fetch changes up to 89c6700fe7eed9195f10055751edbc6d5e7ab940:

  hw/sd/sdcard: Zero out function selection fields before being populated (20=
20-10-26 09:23:47 +0100)

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

- Fix a bug in CMD6/SWITCH_FUNCTION (Bin Meng)
- Minor housekeeping patches

CI jobs result:
. https://cirrus-ci.com/build/5461987880599552
. https://gitlab.com/philmd/qemu/-/pipelines/207532287
. https://travis-ci.org/github/philmd/qemu/builds/738901111
. https://app.shippable.com/github/philmd/qemu/runs/888/summary/console
----------------------------------------------------------------

Bin Meng (1):
  hw/sd/sdcard: Zero out function selection fields before being
    populated

Philippe Mathieu-Daud=C3=A9 (4):
  hw/sd/sdcard: Update the SDState documentation
  hw/sd/sdcard: Simplify cmd_valid_while_locked()
  hw/sd/sdcard: Constify sd_crc*()'s message argument
  hw/sd/sdcard: Make iolen unsigned

 hw/sd/sd.c         | 27 +++++++++++++++------------
 hw/sd/trace-events |  2 +-
 2 files changed, 16 insertions(+), 13 deletions(-)

--=20
2.26.2

Comments

Peter Maydell Oct. 26, 2020, 10:36 p.m. UTC | #1
On Mon, 26 Oct 2020 at 11:14, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>

> The following changes since commit 4c5b97bfd0dd54dc27717ae8d1cd10e14eef1430:

>

>   Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-req=

> uest' into staging (2020-10-22 12:33:21 +0100)

>

> are available in the Git repository at:

>

>   https://gitlab.com/philmd/qemu.git tags/sd-next-20201026

>

> for you to fetch changes up to 89c6700fe7eed9195f10055751edbc6d5e7ab940:

>

>   hw/sd/sdcard: Zero out function selection fields before being populated (20=

> 20-10-26 09:23:47 +0100)

>

> ----------------------------------------------------------------

> SD/MMC patches

>

> - Fix a bug in CMD6/SWITCH_FUNCTION (Bin Meng)

> - Minor housekeeping patches

>

> CI jobs result:

> . https://cirrus-ci.com/build/5461987880599552

> . https://gitlab.com/philmd/qemu/-/pipelines/207532287

> . https://travis-ci.org/github/philmd/qemu/builds/738901111

> . https://app.shippable.com/github/philmd/qemu/runs/888/summary/console

> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM