From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/8] NBD patches through 26 Jan
Date: Fri, 26 Jan 2018 10:04:03 -0600 [thread overview]
Message-ID: <20180126160411.4033-1-eblake@redhat.com> (raw)
The following changes since commit e607bbee553cfe73072870cef458cfa4e78133e2:
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000)
are available in the Git repository at:
git://repo.or.cz/qemu/ericb.git tags/pull-nbd-2018-01-26
for you to fetch changes up to 9776f0db6a19a0510e89b7aae38190b4811c95ba:
nbd: implement bdrv_get_info callback (2018-01-26 09:58:46 -0600)
----------------------------------------------------------------
nbd patches for 2018-01-26
- Vladimir Sementsov-Ogievskiy - nbd export qmp interface
- Eric Blake - hmp: Add nbd_server_remove to mirror QMP command
- Edgar Kaziakhmedov - nbd: implement bdrv_get_info callback
----------------------------------------------------------------
Edgar Kaziakhmedov (1):
nbd: implement bdrv_get_info callback
Eric Blake (2):
hmp: Add name parameter to nbd_server_add
hmp: Add nbd_server_remove to mirror QMP command
Vladimir Sementsov-Ogievskiy (5):
qapi: add name parameter to nbd-server-add
qapi: add nbd-server-remove
iotest 147: add cases to test new @name parameter of nbd-server-add
iotests: implement QemuIoInteractive class
iotest 205: new test for qmp nbd-server-remove
qapi/block.json | 50 +++++++++++++-
hmp.h | 1 +
include/block/nbd.h | 1 +
block/nbd.c | 11 +++
blockdev-nbd.c | 38 ++++++++--
hmp.c | 20 ++++--
nbd/server.c | 13 ++++
hmp-commands.hx | 26 +++++--
tests/qemu-iotests/147 | 68 ++++++++++++++----
tests/qemu-iotests/147.out | 4 +-
tests/qemu-iotests/205 | 156 ++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/205.out | 5 ++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 38 ++++++++++
14 files changed, 401 insertions(+), 31 deletions(-)
create mode 100644 tests/qemu-iotests/205
create mode 100644 tests/qemu-iotests/205.out
--
2.14.3
next reply other threads:[~2018-01-26 17:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-26 16:04 Eric Blake [this message]
2018-01-26 16:04 ` [Qemu-devel] [PULL 1/8] qapi: add name parameter to nbd-server-add Eric Blake
2018-01-26 16:04 ` [Qemu-devel] [PULL 2/8] hmp: Add name parameter to nbd_server_add Eric Blake
2018-01-26 16:04 ` [Qemu-devel] [PULL 3/8] qapi: add nbd-server-remove Eric Blake
2018-01-26 16:04 ` [Qemu-devel] [PULL 4/8] iotest 147: add cases to test new @name parameter of nbd-server-add Eric Blake
2018-01-26 16:04 ` [Qemu-devel] [PULL 5/8] iotests: implement QemuIoInteractive class Eric Blake
2018-01-26 16:04 ` [Qemu-devel] [PULL 6/8] iotest 205: new test for qmp nbd-server-remove Eric Blake
2018-02-05 9:24 ` Kevin Wolf
2018-02-05 12:48 ` Vladimir Sementsov-Ogievskiy
2018-01-26 16:04 ` [Qemu-devel] [PULL 7/8] hmp: Add nbd_server_remove to mirror QMP command Eric Blake
2018-01-26 16:04 ` [Qemu-devel] [PULL 8/8] nbd: implement bdrv_get_info callback Eric Blake
2018-01-29 9:59 ` [Qemu-devel] [PULL 0/8] NBD patches through 26 Jan 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=20180126160411.4033-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).