Re: [libvirt PATCH 3/4] qemu: add external backend for tpm

2022-10-21 Thread Michal Prívozník
On 10/17/22 16:27, Ján Tomko wrote: > Introduce a new backend type 'external' for connecting to a swtpm daemon > not managed by libvirtd. > > Mostly in one commit, thanks to -Wswitch and the way we generate > capabilities. > > https://bugzilla.redhat.com/show_bug.cgi?id=2063723 > >

[libvirt PATCH 3/4] qemu: add external backend for tpm

2022-10-17 Thread Ján Tomko
Introduce a new backend type 'external' for connecting to a swtpm daemon not managed by libvirtd. Mostly in one commit, thanks to -Wswitch and the way we generate capabilities. https://bugzilla.redhat.com/show_bug.cgi?id=2063723 Signed-off-by: Ján Tomko --- src/conf/domain_audit.c