On 7/18/22 11:30, Michal Privoznik wrote: > *** BLURB HERE *** > > Michal Prívozník (8): > conf: Report an error when default TPM model is provided > conf: Report error when default TPM version is provided > conf: Drop needless setting of VIR_DOMAIN_TPM_VERSION_DEFAULT > conf: Move _virDomainTPMDef::version into > _virDomainTPMDef::data::emulator > conf: Use virXMLPropEnum more when parsing TPM > qemu_domain: Move TPM post parse code into qemuDomainTPMDefPostParse() > qemu: Move TPMs validation out of PostParse > conf: Don't lose <active_pcr_banks/> when no TPM version is provided > > src/conf/domain_conf.c | 81 +++++++++++++------------------- > src/conf/domain_conf.h | 10 ++-- > src/conf/domain_validate.c | 28 ++++++++++- > src/qemu/qemu_command.c | 2 +- > src/qemu/qemu_domain.c | 63 ++++++------------------- > src/qemu/qemu_tpm.c | 10 ++-- > src/qemu/qemu_validate.c | 87 ++++++++++++++++++++++++----------- > src/security/virt-aa-helper.c | 2 +- > 8 files changed, 147 insertions(+), 136 deletions(-) > Polite ping. Michal