qemu-block
[Top][All Lists]
Advanced

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

Re: [PULL v2 00/38] Block layer patches


From: Peter Maydell
Subject: Re: [PULL v2 00/38] Block layer patches
Date: Tue, 24 Jan 2023 15:37:58 +0000

On Tue, 24 Jan 2023 at 11:22, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit 00b1faea41d283e931256aa78aa975a369ec3ae6:
>
>   Merge tag 'pull-target-arm-20230123' of 
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-01-23 
> 13:40:28 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 19a9c20a68f47b133e7bc8da789f2b21831fb9b0:
>
>   qemu-img: Change info key names for protocol nodes (2023-01-24 12:09:26 
> +0100)
>
> v2:
> - Rebased to resolve merge conflicts in coroutine.h
>
> ----------------------------------------------------------------
> Block layer patches
>
> - qemu-img info: Show protocol-level information
> - Move more functions to coroutines
> - Make coroutine annotations ready for static analysis
> - qemu-img: Fix exit code for errors closing the image
> - qcow2 bitmaps: Fix theoretical corruption in error path
> - pflash: Only load non-zero parts of backend image to save memory
> - Code cleanup and test case improvements
>
> ----------------------------------------------------------------

Hi; this fails to compile/warns on the BSDs:
https://gitlab.com/qemu-project/qemu/-/jobs/3652646535

../block/file-posix.c:3098:19: error: unused variable 's'
[-Werror,-Wunused-variable]
BDRVRawState *s = bs->opaque;
^
1 error generated.

thanks
-- PMM



reply via email to

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