[Qemu-devel] [PULL 0/4] NBD patches for 2019-03-08, 4.0 softfreeze

Eric Blake posted 4 patches 6 years, 7 months ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190308173958.20618-1-eblake@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
qemu-nbd.texi              | 11 +++++++++--
qapi/block.json            | 10 ++++++++--
include/block/nbd.h        |  4 ++--
blockdev-nbd.c             | 11 ++++++++---
hmp.c                      |  2 +-
nbd/server.c               | 10 +++++-----
qemu-nbd.c                 | 19 ++++++++++++++++++-
tests/qemu-iotests/223     |  1 +
tests/qemu-iotests/223.out |  1 +
tests/qemu-iotests/233     | 32 +++++++++++++++++++++++++++++---
tests/qemu-iotests/233.out | 11 +++++++++++
11 files changed, 93 insertions(+), 19 deletions(-)
[Qemu-devel] [PULL 0/4] NBD patches for 2019-03-08, 4.0 softfreeze
Posted by Eric Blake 6 years, 7 months ago
The following changes since commit c557a8c7b755d8c153fc0f5be00688228be96e76:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190306a' into staging (2019-03-06 14:50:33 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-03-08

for you to fetch changes up to 054be3605459d4342e9ee5a82ae0fcffeeb09e4d:

  iotests: Wait for qemu to end in 223 (2019-03-06 11:05:27 -0600)

----------------------------------------------------------------
nbd patches for 2019-03-08

- support TLS client authorization in NBD servers
- iotest 223 race fix

----------------------------------------------------------------
Daniel P. Berrangé (3):
      qemu-nbd: add support for authorization of TLS clients
      nbd: allow authorization with nbd-server-start QMP command
      nbd: fix outdated qapi docs syntax for tls-creds

Eric Blake (1):
      iotests: Wait for qemu to end in 223

 qemu-nbd.texi              | 11 +++++++++--
 qapi/block.json            | 10 ++++++++--
 include/block/nbd.h        |  4 ++--
 blockdev-nbd.c             | 11 ++++++++---
 hmp.c                      |  2 +-
 nbd/server.c               | 10 +++++-----
 qemu-nbd.c                 | 19 ++++++++++++++++++-
 tests/qemu-iotests/223     |  1 +
 tests/qemu-iotests/223.out |  1 +
 tests/qemu-iotests/233     | 32 +++++++++++++++++++++++++++++---
 tests/qemu-iotests/233.out | 11 +++++++++++
 11 files changed, 93 insertions(+), 19 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/4] NBD patches for 2019-03-08, 4.0 softfreeze
Posted by Peter Maydell 6 years, 6 months ago
On Fri, 8 Mar 2019 at 17:41, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit c557a8c7b755d8c153fc0f5be00688228be96e76:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190306a' into staging (2019-03-06 14:50:33 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-03-08
>
> for you to fetch changes up to 054be3605459d4342e9ee5a82ae0fcffeeb09e4d:
>
>   iotests: Wait for qemu to end in 223 (2019-03-06 11:05:27 -0600)
>
> ----------------------------------------------------------------
> nbd patches for 2019-03-08
>
> - support TLS client authorization in NBD servers
> - iotest 223 race fix
>
> ----------------------------------------------------------------
> Daniel P. Berrangé (3):
>       qemu-nbd: add support for authorization of TLS clients
>       nbd: allow authorization with nbd-server-start QMP command
>       nbd: fix outdated qapi docs syntax for tls-creds
>
> Eric Blake (1):
>       iotests: Wait for qemu to end in 223

Applied, thanks.

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

-- PMM