From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/6] NBD pull request for 2.10-rc4
Date: Wed, 23 Aug 2017 11:33:43 -0500 [thread overview]
Message-ID: <20170823163349.11663-1-eblake@redhat.com> (raw)
The following changes since commit 3da2bd8c4a80178fb115c70b858cecbfb1eb1067:
numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9 (2017-08-23 13:53:15 +0100)
are available in the git repository at:
git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2017-08-23
for you to fetch changes up to 40f4a21895b5a7eae4011593837069f63460d983:
nbd-client: avoid spurious qio_channel_yield() re-entry (2017-08-23 11:22:15 -0500)
----------------------------------------------------------------
nbd patches for 2017-08-23
- Fam Zheng: 0/4 block: Fix non-shared storage migration
- Stefan Hajnoczi: qemu-iotests: add 194 non-shared storage migration test
- Stefan Hajnoczi: nbd-client: avoid spurious qio_channel_yield() re-entry
----------------------------------------------------------------
Fam Zheng (3):
block-backend: Refactor inactivate check
block-backend: Allow more "can inactivate" cases
mirror: Mark target BB as "force allow inactivate"
Stefan Hajnoczi (3):
block: Update open_flags after ->inactivate() callback
qemu-iotests: add 194 non-shared storage migration test
nbd-client: avoid spurious qio_channel_yield() re-entry
block/nbd-client.h | 7 +++-
include/sysemu/block-backend.h | 1 +
block.c | 7 ++--
block/block-backend.c | 31 +++++++++++++++---
block/mirror.c | 14 ++++++--
block/nbd-client.c | 35 ++++++++++++--------
tests/qemu-iotests/194 | 73 ++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/194.out | 13 ++++++++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 13 ++++++++
10 files changed, 170 insertions(+), 25 deletions(-)
create mode 100755 tests/qemu-iotests/194
create mode 100644 tests/qemu-iotests/194.out
--
2.13.5
next reply other threads:[~2017-08-23 16:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-23 16:33 Eric Blake [this message]
2017-08-23 16:33 ` [Qemu-devel] [PULL 1/6] block-backend: Refactor inactivate check Eric Blake
2017-08-23 16:33 ` [Qemu-devel] [PULL 2/6] block-backend: Allow more "can inactivate" cases Eric Blake
2017-08-23 16:33 ` [Qemu-devel] [PULL 3/6] mirror: Mark target BB as "force allow inactivate" Eric Blake
2017-08-23 16:33 ` [Qemu-devel] [PULL 4/6] block: Update open_flags after ->inactivate() callback Eric Blake
2017-08-23 16:33 ` [Qemu-devel] [PULL 5/6] qemu-iotests: add 194 non-shared storage migration test Eric Blake
2017-08-23 16:33 ` [Qemu-devel] [PULL 6/6] nbd-client: avoid spurious qio_channel_yield() re-entry Eric Blake
2017-08-23 18:52 ` [Qemu-devel] [PULL 0/6] NBD pull request for 2.10-rc4 Peter Maydell
2017-08-23 21:00 ` Christian Ehrhardt
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=20170823163349.11663-1-eblake@redhat.com \
--to=eblake@redhat.com \
--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).