Re: [PATCH RFC 01/10] qemu_tpm: Make APIs work over a single virDomainTPMDef

2022-05-24 Thread Michal Prívozník
On 5/23/22 18:49, Daniel P. Berrangé wrote: > On Mon, May 09, 2022 at 05:02:08PM +0200, Michal Privoznik wrote: >> In qemu_extdevice.c lives code that handles helper daemons that >> are required for some types of devices (e.g. virtiofsd, >> vhost-user-gpu, swtpm, etc.). These devices have their own

Re: [PATCH RFC 01/10] qemu_tpm: Make APIs work over a single virDomainTPMDef

2022-05-23 Thread Daniel P . Berrangé
On Mon, May 09, 2022 at 05:02:08PM +0200, Michal Privoznik wrote: > In qemu_extdevice.c lives code that handles helper daemons that > are required for some types of devices (e.g. virtiofsd, > vhost-user-gpu, swtpm, etc.). These devices have their own > handling code in separate files, with only a v

[PATCH RFC 01/10] qemu_tpm: Make APIs work over a single virDomainTPMDef

2022-05-09 Thread Michal Privoznik
In qemu_extdevice.c lives code that handles helper daemons that are required for some types of devices (e.g. virtiofsd, vhost-user-gpu, swtpm, etc.). These devices have their own handling code in separate files, with only a very basic functions exposed (e.g. for starting/stopping helper process, pl