mbox series

[0/1] chardev: support for authorization control on TLS connections

Message ID 20190227135523.16952-1-berrange@redhat.com
Headers show
Series chardev: support for authorization control on TLS connections | expand

Message

Daniel P. Berrangé Feb. 27, 2019, 1:55 p.m. UTC
This series provides the chardev part 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 & this patch has previously
had positive review, but I removed the r-b due to need for changes
to resolve merge conflicts with current chardev code. I expect this
is none the less ready for the chardev tree, should the maintainer
consider it acceptable.

Daniel P. Berrangé (1):
  chardev: add support for authorization for TLS clients

 chardev/char-socket.c | 12 +++++++++++-
 chardev/char.c        |  3 +++
 qapi/char.json        |  6 ++++++
 qemu-options.hx       |  9 +++++++--
 4 files changed, 27 insertions(+), 3 deletions(-)

Comments

Daniel P. Berrangé March 7, 2019, 12:21 p.m. UTC | #1
ping - soft freeze is less than a week away & I would like to see this
in a chardev pull request in time for 4.0

On Wed, Feb 27, 2019 at 01:55:22PM +0000, Daniel P. Berrangé wrote:
> This series provides the chardev part 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 & this patch has previously
> had positive review, but I removed the r-b due to need for changes
> to resolve merge conflicts with current chardev code. I expect this
> is none the less ready for the chardev tree, should the maintainer
> consider it acceptable.
> 
> Daniel P. Berrangé (1):
>   chardev: add support for authorization for TLS clients
> 
>  chardev/char-socket.c | 12 +++++++++++-
>  chardev/char.c        |  3 +++
>  qapi/char.json        |  6 ++++++
>  qemu-options.hx       |  9 +++++++--
>  4 files changed, 27 insertions(+), 3 deletions(-)
> 
> -- 
> 2.20.1
> 

Regards,
Daniel