On 10/18/22 19:04, Stefan Berger wrote: > Add support for storing private TPM-related data. The first private data > will be related to the capability of the started swtpm indicating whether > it is capable of migration with a shared storage setup since that requires > support for certain command line flags that were only becoming available > in v0.8. > > Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxx> > --- > src/conf/domain_conf.c | 63 +++++++++++++++++++++++++++++++++--- > src/conf/domain_conf.h | 9 ++++++ > src/qemu/qemu_domain.c | 73 ++++++++++++++++++++++++++++++++++++++++++ > src/qemu/qemu_domain.h | 14 ++++++++ > 4 files changed, 154 insertions(+), 5 deletions(-) I know I've pointed you in this direction, but now that I'm seeing the actual I code I wonder whether we can do without private data. See my other replies. Michal