[PULL 0/3] NBD patches through 2020-02-06

Eric Blake posted 3 patches 5 years, 8 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200206125224.3819972-1-eblake@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Max Reitz <mreitz@redhat.com>, Markus Armbruster <armbru@redhat.com>, Kevin Wolf <kwolf@redhat.com>
docs/interop/qemu-nbd.rst  |  15 ++---
qemu-deprecated.texi       |  49 ++++++-----------
qapi/block.json            |   9 ++-
blockdev-nbd.c             |   9 ++-
monitor/hmp-cmds.c         |   4 +-
qemu-nbd.c                 | 133 +--------------------------------------------
tests/qemu-iotests/223     |   2 +-
tests/qemu-iotests/223.out |   6 +-
8 files changed, 45 insertions(+), 182 deletions(-)
[PULL 0/3] NBD patches through 2020-02-06
Posted by Eric Blake 5 years, 8 months ago
The following changes since commit 7bd9d0a9e26c7a3c67c0f174f0009ba19969b158:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-02-04' into staging (2020-02-04 16:12:31 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-02-06

for you to fetch changes up to 0bc16997f5404134637227e53b637d0825d46b5a:

  qemu-nbd: Removed deprecated --partition option (2020-02-05 17:29:49 -0600)

----------------------------------------------------------------
nbd patches for 2020-02-06

- Allow setting NBD description from QMP for parity with qemu-nbd
- Remove deprecated 'qemu-nbd --partition'

----------------------------------------------------------------
Eric Blake (3):
      nbd: Allow description when creating NBD blockdev
      docs: Fix typo in qemu-nbd -P replacement
      qemu-nbd: Removed deprecated --partition option

 docs/interop/qemu-nbd.rst  |  15 ++---
 qemu-deprecated.texi       |  49 ++++++-----------
 qapi/block.json            |   9 ++-
 blockdev-nbd.c             |   9 ++-
 monitor/hmp-cmds.c         |   4 +-
 qemu-nbd.c                 | 133 +--------------------------------------------
 tests/qemu-iotests/223     |   2 +-
 tests/qemu-iotests/223.out |   6 +-
 8 files changed, 45 insertions(+), 182 deletions(-)

-- 
2.24.1


Re: [PULL 0/3] NBD patches through 2020-02-06
Posted by Peter Maydell 5 years, 8 months ago
On Thu, 6 Feb 2020 at 13:06, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 7bd9d0a9e26c7a3c67c0f174f0009ba19969b158:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-02-04' into staging (2020-02-04 16:12:31 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-02-06
>
> for you to fetch changes up to 0bc16997f5404134637227e53b637d0825d46b5a:
>
>   qemu-nbd: Removed deprecated --partition option (2020-02-05 17:29:49 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2020-02-06
>
> - Allow setting NBD description from QMP for parity with qemu-nbd
> - Remove deprecated 'qemu-nbd --partition'
>
> ----------------------------------------------------------------
> Eric Blake (3):
>       nbd: Allow description when creating NBD blockdev
>       docs: Fix typo in qemu-nbd -P replacement
>       qemu-nbd: Removed deprecated --partition option

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM