Re: [libvirt PATCH v2 04/12] util: replace TPM global variables with a struct array

2021-11-24 Thread Ján Tomko
On a Wednesday in 2021, Daniel P. Berrangé wrote: The virTPMEmulatorInit function defines a struct that gets filled with pointers to global variables. It will be simpler to just use the struct for the global variables directly. Signed-off-by: Daniel P. Berrangé --- src/util/virtpm.c | 121 +

[libvirt PATCH v2 04/12] util: replace TPM global variables with a struct array

2021-11-24 Thread Daniel P . Berrangé
The virTPMEmulatorInit function defines a struct that gets filled with pointers to global variables. It will be simpler to just use the struct for the global variables directly. Signed-off-by: Daniel P. Berrangé --- src/util/virtpm.c | 121 ++ 1 file c