From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/9] Block layer patches
Date: Tue, 2 Apr 2019 14:48:58 +0200 [thread overview]
Message-ID: <20190402124907.24421-1-kwolf@redhat.com> (raw)
The following changes since commit d61d1a1fb2f1db6c54651844a28389c523f3f8c7:
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20190402-pull-request' into staging (2019-04-02 08:18:24 +0100)
are available in the Git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to f18957b854495129f2e8d6838df3bf47d1c1479c:
tests/qemu-iotests/235: Allow fallback to tcg (2019-04-02 12:04:56 +0200)
----------------------------------------------------------------
Block layer patches:
- file-posix: Ignore unlock failure instead of crashing
- gluster: Limit the transfer size to 512 MiB
- stream: Fix backing chain freezing
- qemu-img: Enable BDRV_REQ_MAY_UNMAP for zero writes in convert
- iotests fixes
----------------------------------------------------------------
Alberto Garcia (3):
block: continue until base is found in bdrv_freeze_backing_chain() et al
block: freeze the backing chain earlier in stream_start()
block: test block-stream with a base node that is used by block-commit
Nir Soffer (1):
qemu-img: Enable BDRV_REQ_MAY_UNMAP in convert
Stefano Garzarella (1):
block/gluster: limit the transfer size to 512 MiB
Thomas Huth (3):
iotests: Fix test 200 on s390x without virtio-pci
tests/qemu-iotests: Remove redundant COPYING file
tests/qemu-iotests/235: Allow fallback to tcg
Vladimir Sementsov-Ogievskiy (1):
block/file-posix: do not fail on unlock bytes
block.c | 21 ++-
block/file-posix.c | 12 ++
block/gluster.c | 16 +++
block/stream.c | 13 +-
qemu-img.c | 3 +-
tests/qemu-iotests/030 | 17 +++
tests/qemu-iotests/030.out | 4 +-
tests/qemu-iotests/200 | 14 +-
tests/qemu-iotests/235 | 2 +-
tests/qemu-iotests/COPYING | 339 ---------------------------------------------
10 files changed, 82 insertions(+), 359 deletions(-)
delete mode 100644 tests/qemu-iotests/COPYING
next reply other threads:[~2019-04-02 12:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-02 12:48 Kevin Wolf [this message]
2019-04-02 12:48 ` [Qemu-devel] [PULL 1/9] iotests: Fix test 200 on s390x without virtio-pci Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 2/9] qemu-img: Enable BDRV_REQ_MAY_UNMAP in convert Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 3/9] block/gluster: limit the transfer size to 512 MiB Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 4/9] tests/qemu-iotests: Remove redundant COPYING file Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 5/9] block/file-posix: do not fail on unlock bytes Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 6/9] block: continue until base is found in bdrv_freeze_backing_chain() et al Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 7/9] block: freeze the backing chain earlier in stream_start() Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 8/9] block: test block-stream with a base node that is used by block-commit Kevin Wolf
2019-04-02 12:49 ` [Qemu-devel] [PULL 9/9] tests/qemu-iotests/235: Allow fallback to tcg Kevin Wolf
2019-04-02 13:51 ` [Qemu-devel] [PULL 0/9] Block layer patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2018-11-19 14:29 Kevin Wolf
2018-11-19 15:03 ` 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=20190402124907.24421-1-kwolf@redhat.com \
--to=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).