mbox

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

Message ID 20190308173958.20618-1-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Eric Blake March 8, 2019, 5:39 p.m. UTC
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(-)

Comments

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