mbox

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

Message ID 20200206125224.3819972-1-eblake@redhat.com
State New
Headers show

Pull-request

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

Message

Eric Blake Feb. 6, 2020, 12:52 p.m. UTC
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(-)

Comments

Peter Maydell Feb. 7, 2020, 11:10 a.m. UTC | #1
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