[libvirt] [PATCH RFC] update cacrl without restarting libvirtd via virt-admin

2019-12-27 Thread Zhangbo (Oscar)
This is an RFC request for supporting virt-admin to update cacrl without restarting libvirtd. When a client wants to establish a TLS connection with libvirtd, a CRL file is used by libvirtd to verify the client's certificate. Right now, if the CRL file is changed, you must restart libvirtd to

[libvirt] [PATCH v3] driver: Include source as a flag to virDomainGetHostname

2019-12-27 Thread Julio Faracco
There is a lots of possibilities to retrieve hostname information from domain. Libvirt could use lease information from dnsmasq to get current hostname too. QEMU supports QEMU-agent but it can use lease source. See 'domifaddr' as an example. This commit still adds lease options for QEMU. It will