From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/12] Block layer fixes for 2.9.0-rc1
Date: Mon, 13 Mar 2017 15:54:56 +0100 [thread overview]
Message-ID: <1489416908-3771-1-git-send-email-kwolf@redhat.com> (raw)
The following changes since commit dd4d2578215cd380f40a38028a9904e15b135ef3:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170309-1' into staging (2017-03-09 13:16:05 +0000)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to dcbf37ce41a52698550f8f8b2f14b5e6fee22d2d:
commit: Implement .bdrv_refresh_filename (2017-03-13 12:49:33 +0100)
----------------------------------------------------------------
Block layer fixes for 2.9.0-rc1
----------------------------------------------------------------
Eric Blake (4):
block: Drop unmaintained 'archipelago' driver
backup: React to bdrv_is_allocated() errors
vvfat: React to bdrv_is_allocated() errors
migration: Document handling of bdrv_is_allocated() errors
Fam Zheng (1):
file-posix: Consider max_segments for BlockLimits.max_transfer
Kevin Wolf (6):
block: Remove check_new_perm from bdrv_replace_child()
block: Request block status from *file for BDRV_BLOCK_RAW
commit: Implement bdrv_commit_top.bdrv_co_get_block_status
block: Refresh filename after changing backing file
mirror: Implement .bdrv_refresh_filename
commit: Implement .bdrv_refresh_filename
Vladimir Sementsov-Ogievskiy (1):
backup: allow target without .bdrv_get_info
MAINTAINERS | 8 -
block.c | 23 +-
block/Makefile.objs | 2 -
block/archipelago.c | 1079 --------------------------------------
block/backup.c | 26 +-
block/commit.c | 28 +-
block/file-posix.c | 47 ++
block/io.c | 2 +-
block/mirror.c | 9 +
block/vvfat.c | 22 +-
configure | 43 --
migration/block.c | 2 +
qapi/block-core.json | 33 +-
tests/qemu-iotests/025 | 2 +-
tests/qemu-iotests/common | 6 -
tests/qemu-iotests/common.filter | 4 +-
tests/qemu-iotests/common.rc | 8 -
17 files changed, 143 insertions(+), 1201 deletions(-)
delete mode 100644 block/archipelago.c
next reply other threads:[~2017-03-13 14:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 14:54 Kevin Wolf [this message]
2017-03-13 14:54 ` [Qemu-devel] [PULL 01/12] backup: allow target without .bdrv_get_info Kevin Wolf
2017-03-13 14:54 ` [Qemu-devel] [PULL 02/12] file-posix: Consider max_segments for BlockLimits.max_transfer Kevin Wolf
2017-03-13 14:54 ` [Qemu-devel] [PULL 03/12] block: Drop unmaintained 'archipelago' driver Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 04/12] backup: React to bdrv_is_allocated() errors Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 05/12] vvfat: " Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 06/12] migration: Document handling of " Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 07/12] block: Remove check_new_perm from bdrv_replace_child() Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 08/12] block: Request block status from *file for BDRV_BLOCK_RAW Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 09/12] commit: Implement bdrv_commit_top.bdrv_co_get_block_status Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 10/12] block: Refresh filename after changing backing file Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 11/12] mirror: Implement .bdrv_refresh_filename Kevin Wolf
2017-03-13 14:55 ` [Qemu-devel] [PULL 12/12] commit: " Kevin Wolf
2017-03-13 18:05 ` [Qemu-devel] [PULL 00/12] Block layer fixes for 2.9.0-rc1 Peter Maydell
2017-03-14 9:29 ` Kevin Wolf
2017-03-14 9:51 ` 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=1489416908-3771-1-git-send-email-kwolf@redhat.com \
--to=kwolf@redhat.com \
--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).