From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>
Subject: [PULL 00/10] Block patches for 5.0-rc1
Date: Thu, 26 Mar 2020 15:29:23 +0100 [thread overview]
Message-ID: <20200326142933.625037-1-mreitz@redhat.com> (raw)
The following changes since commit 01e38186ecb1fc6275720c5425332eed280ea93d:
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200325b' into staging (2020-03-26 09:28:11 +0000)
are available in the Git repository at:
https://github.com/XanClic/qemu.git tags/pull-block-2020-03-26
for you to fetch changes up to a507c51790fa955c1fccd4deca3c50476a862b83:
iotests/138: Test leaks/corruptions fixed report (2020-03-26 14:52:43 +0100)
----------------------------------------------------------------
Block patches for 5.0-rc1:
- Fix qemu-img convert with a host device or iscsi target
- Use-after-free fix in mirror
- Some minor qcow2 fixes
- Minor sheepdog fix
- Minor qemu-img check report fix
----------------------------------------------------------------
Eric Blake (4):
qcow2: Comment typo fixes
qcow2: List autoclear bit names in header
qcow2: Avoid feature name extension on small cluster size
sheepdog: Consistently set bdrv_has_zero_init_truncate
Max Reitz (3):
qemu-img: Fix check's leak/corruption fix report
iotests: Add poke_file_[bl]e functions
iotests/138: Test leaks/corruptions fixed report
Maxim Levitsky (2):
block: pass BlockDriver reference to the .bdrv_co_create
block: trickle down the fallback image creation function use to the
block drivers
Vladimir Sementsov-Ogievskiy (1):
block/mirror: fix use after free of local_err
docs/interop/qcow2.txt | 3 ++-
include/block/block.h | 1 +
include/block/block_int.h | 14 +++++++++++-
block.c | 38 +++++++++++++++++++--------------
block/crypto.c | 3 ++-
block/file-posix.c | 11 ++++++++--
block/file-win32.c | 4 +++-
block/gluster.c | 3 ++-
block/iscsi.c | 16 ++++----------
block/mirror.c | 1 +
block/nbd.c | 6 ++++++
block/nfs.c | 4 +++-
block/nvme.c | 3 +++
block/parallels.c | 3 ++-
block/qcow.c | 3 ++-
block/qcow2.c | 33 +++++++++++++++++++++++------
block/qed.c | 3 ++-
block/raw-format.c | 4 +++-
block/rbd.c | 3 ++-
block/sheepdog.c | 6 +++++-
block/ssh.c | 4 +++-
block/vdi.c | 4 +++-
block/vhdx.c | 3 ++-
block/vmdk.c | 4 +++-
block/vpc.c | 6 ++++--
qemu-img.c | 9 ++++++--
tests/qemu-iotests/031.out | 8 +++----
tests/qemu-iotests/036 | 6 ++++--
tests/qemu-iotests/036.out | 4 ++--
tests/qemu-iotests/061 | 6 ++++--
tests/qemu-iotests/061.out | 14 ++++++------
tests/qemu-iotests/138 | 41 ++++++++++++++++++++++++++++++++++--
tests/qemu-iotests/138.out | 14 ++++++++++++
tests/qemu-iotests/common.rc | 24 +++++++++++++++++++++
34 files changed, 233 insertions(+), 76 deletions(-)
--
2.25.1
next reply other threads:[~2020-03-26 14:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-26 14:29 Max Reitz [this message]
2020-03-26 14:29 ` [PULL 01/10] block/mirror: fix use after free of local_err Max Reitz
2020-03-26 14:29 ` [PULL 02/10] block: pass BlockDriver reference to the .bdrv_co_create Max Reitz
2020-03-26 14:29 ` [PULL 03/10] block: trickle down the fallback image creation function use to the block drivers Max Reitz
2020-03-26 14:29 ` [PULL 04/10] qcow2: Comment typo fixes Max Reitz
2020-03-26 14:29 ` [PULL 05/10] qcow2: List autoclear bit names in header Max Reitz
2020-03-26 14:29 ` [PULL 06/10] qcow2: Avoid feature name extension on small cluster size Max Reitz
2020-03-26 14:29 ` [PULL 07/10] sheepdog: Consistently set bdrv_has_zero_init_truncate Max Reitz
2020-03-26 14:29 ` [PULL 08/10] qemu-img: Fix check's leak/corruption fix report Max Reitz
2020-03-26 14:29 ` [PULL 09/10] iotests: Add poke_file_[bl]e functions Max Reitz
2020-03-26 14:29 ` [PULL 10/10] iotests/138: Test leaks/corruptions fixed report Max Reitz
2020-03-26 16:54 ` [PULL 00/10] Block patches for 5.0-rc1 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200326142933.625037-1-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).