[PATCH v2 0/2] support tls certificates reload

Zihao Chang posted 2 patches 4 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210107143032.752-1-changzihao1@huawei.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
crypto/tlscredsx509.c     | 77 +++++++++++++++++++++++++++++++++++++++
include/crypto/tlscreds.h |  8 ++--
include/ui/console.h      |  1 +
monitor/qmp-cmds.c        |  5 +++
qapi/ui.json              | 18 +++++++++
ui/vnc.c                  | 24 ++++++++++++
6 files changed, 130 insertions(+), 3 deletions(-)
[PATCH v2 0/2] support tls certificates reload
Posted by Zihao Chang 4 years, 10 months ago
This patch set implements the reload interface for QCryptoTLSCredsX509
and add qmp to trigger the tls certificates reload.

Zihao Chang (2):
  crypto: add reload for QCryptoTLSCredsClass
  vnc: add qmp to support reload vnc tls certificates

 crypto/tlscredsx509.c     | 77 +++++++++++++++++++++++++++++++++++++++
 include/crypto/tlscreds.h |  8 ++--
 include/ui/console.h      |  1 +
 monitor/qmp-cmds.c        |  5 +++
 qapi/ui.json              | 18 +++++++++
 ui/vnc.c                  | 24 ++++++++++++
 6 files changed, 130 insertions(+), 3 deletions(-)

-- 
2.23.0