[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/5] Block patches for 5.0-rc2
From: |
Peter Maydell |
Subject: |
Re: [PULL 0/5] Block patches for 5.0-rc2 |
Date: |
Tue, 7 Apr 2020 19:12:28 +0100 |
On Tue, 7 Apr 2020 at 13:37, Max Reitz <address@hidden> wrote:
>
> The following changes since commit 53ef8a92eb04ee19640f5aad3bff36cd4a36c250:
>
> Merge remote-tracking branch
> 'remotes/pmaydell/tags/pull-target-arm-20200406' into staging (2020-04-06
> 12:36:45 +0100)
>
> are available in the Git repository at:
>
> https://github.com/XanClic/qemu.git tags/pull-block-2020-04-07
>
> for you to fetch changes up to 36d883ba0de8a281072ded2b51e0a711fd002139:
>
> xen-block: Fix double qlist remove and request leak (2020-04-07 13:51:09
> +0200)
>
> ----------------------------------------------------------------
> Block patches for 5.0-rc2:
> - Fix double QLIST_REMOVE() and potential request object leak in
> xen-block
> - Prevent a potential assertion failure in qcow2's code for compressed
> clusters by rejecting invalid (unaligned) requests with -EIO
> - Prevent discards on qcow2 v2 images from making backing data reappear
> - Make qemu-img convert report I/O error locations by byte offsets
> consistently
> - Fix for potential I/O test errors (accidental globbing due to missing
> quotes)
>
> ----------------------------------------------------------------
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.
-- PMM
- [PULL 0/5] Block patches for 5.0-rc2, Max Reitz, 2020/04/07
- [PULL 1/5] qcow2: Forbid discard in qcow2 v2 images with backing files, Max Reitz, 2020/04/07
- [PULL 2/5] qemu-img: Report convert errors by bytes, not sectors, Max Reitz, 2020/04/07
- [PULL 3/5] qcow2: Check request size in qcow2_co_pwritev_compressed_part(), Max Reitz, 2020/04/07
- [PULL 4/5] iotests/common.pattern: Quote echos, Max Reitz, 2020/04/07
- [PULL 5/5] xen-block: Fix double qlist remove and request leak, Max Reitz, 2020/04/07
- Re: [PULL 0/5] Block patches for 5.0-rc2,
Peter Maydell <=