RE: [PATCH v1] Introduce virDomainReloadTLSCertificates API

2021-05-07 Thread Yanzheng (A)
- From: Michal Prívozník [mailto:mpriv...@redhat.com] Sent: Thursday, May 6, 2021 8:17 PM To: Yanzheng (A) ; libvir-list@redhat.com Cc: Wangxin (Alexander) ; changzihao ; hexiaoyu (A) ; Zhangbo (Oscar) Subject: Re: [PATCH v1] Introduce virDomainReloadTLSCertificates API On 5/6/21 5:31 AM

[PATCH v1] Introduce virDomainReloadTLSCertificates API

2021-05-05 Thread Yanzheng (A)
Introduce a new virDomainReloadTLSCertificates API for notify domain reload its certificates without restart, and avoid service interruption. Take reload QEMU VNC TLS certificates as an example, we can call: virDomainReloadTLSCertificates(dom, VIR_DOMAIN_TLS_CERT_GRAPHICS_VNC) Then the

[libvirt] how about add a new API for set display parameters

2021-04-26 Thread Yanzheng (A)
Hi team, struct _virHypervisorDriver now have more than 260 APIs to management various hypervisor drivers, including hardware resources and lifecycle, etc. But, there is no API for (re)set display devices and its parameters. Take the following uses the QEMU driver as an example. To update the