Re: [PATCH 09/11] tests/requirements.txt: bump up avocado-framework version to 101.0

2023-03-31 Thread Thomas Huth
On 30/03/2023 14.21, Thomas Huth wrote: On 30/03/2023 14.12, Alex Bennée wrote: Thomas Huth writes: On 30/03/2023 12.11, Alex Bennée wrote: From: Kautuk Consul Avocado version 101.0 has a fix to re-compute the checksum of an asset file if the algorithm used in the *-CHECKSUM file isn't the

Re: [PULL 0/6] Misc fixes for 2023-03-30

2023-03-31 Thread Peter Maydell
On Thu, 30 Mar 2023 at 14:19, Philippe Mathieu-Daudé wrote: > > The following changes since commit f00506aeca2f6d92318967693f8da8c713c163f3: > > Merge tag 'pull-tcg-20230328' of https://gitlab.com/rth7680/qemu into > staging (2023-03-29 11:19:19 +0100) > > are available in the Git repository at

[PATCH v2] block-backend: Add new bds_io_in_flight counter

2023-03-31 Thread Hanna Czenczek
IDE TRIM is a BB user that wants to elevate its BB's in-flight counter for a "macro" operation that consists of several actual I/O operations. Each of those operations is individually started and awaited. It does this so that blk_drain() will drain the whole TRIM, and not just a single one of the