[Qemu-devel] [PATCH v5 0/2] nbd: support for authorization control on TLS connections

Daniel P. Berrangé posted 2 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190227115152.1906-1-berrange@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
There is a newer version of this series
blockdev-nbd.c             | 11 ++++++++---
hmp.c                      |  2 +-
include/block/nbd.h        |  4 ++--
nbd/server.c               | 10 +++++-----
qapi/block.json            |  8 +++++++-
qemu-nbd.c                 | 14 +++++++++++++-
qemu-nbd.texi              |  4 ++++
tests/qemu-iotests/233     | 31 ++++++++++++++++++++++++++++---
tests/qemu-iotests/233.out | 11 +++++++++++
9 files changed, 79 insertions(+), 16 deletions(-)
[Qemu-devel] [PATCH v5 0/2] nbd: support for authorization control on TLS connections
Posted by Daniel P. Berrangé 6 years, 8 months ago
This series provides the NBD parts of the authorization control series
previously posted as:

  v1: https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg04482.html
  v2: https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg05727.html
  v3: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01639.html
  v4: https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg04319.html

The core authz framework is now merged & these patches have all had
positive review. Thus these NBD parts are ready to go into the NBD
maintainer's tree, should the maintainer consider them acceptable.

Daniel P. Berrangé (2):
  qemu-nbd: add support for authorization of TLS clients
  nbd: allow authorization with nbd-server-start QMP command

 blockdev-nbd.c             | 11 ++++++++---
 hmp.c                      |  2 +-
 include/block/nbd.h        |  4 ++--
 nbd/server.c               | 10 +++++-----
 qapi/block.json            |  8 +++++++-
 qemu-nbd.c                 | 14 +++++++++++++-
 qemu-nbd.texi              |  4 ++++
 tests/qemu-iotests/233     | 31 ++++++++++++++++++++++++++++---
 tests/qemu-iotests/233.out | 11 +++++++++++
 9 files changed, 79 insertions(+), 16 deletions(-)

-- 
2.20.1