On 25.08.20 16:22, Alberto Garcia wrote: > On Tue 25 Aug 2020 04:01:14 PM CEST, Peter Maydell wrote: >> On Tue, 25 Aug 2020 at 09:33, Max Reitz wrote: >>> >>> The following changes since commit 30aa19446d82358a30eac3b556b4d6641e00b7c1: >>> >>> Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' into staging (2020-08-24 16:39:53 +0100) >>> >>> are available in the Git repository at: >>> >>> https://github.com/XanClic/qemu.git tags/pull-block-2020-08-25 >>> >>> for you to fetch changes up to c576fd97d4ca77b5a1a27728df11a61083dbfa98: >>> >>> iotests: Add tests for qcow2 images with extended L2 entries (2020-08-25 10:20:18 +0200) >>> >>> ---------------------------------------------------------------- >>> Block patches: >>> - qcow2 subclusters (extended L2 entries) >> >> This fails 'make check' on the BSDs because it assumes it has a bash >> in /bin/bash, which isn't necessarily true: :( > I guess it needs to be replaced by '#!/usr/bin/env bash', shall I send > the patches again, or can you fix it Max? Sure, I’ll fix it and send a v2 tomorrow. Max