On Mon, Feb 03, 2020 at 10:59:16AM -0500, Stefan Berger wrote:
Introduce VIR_DOMAIN_TPM_MODEL_DEFAULT as a default model which we
use
in case the user does not provide a model in the device XML. It has
the TIS's previous value of '0'. In the post parsing function
we change this default value to 'TIS' to have the same model as before.
Signed-off-by: Stefan Berger <stefanb(a)linux.ibm.com>
---
src/conf/domain_conf.c | 1 +
src/conf/domain_conf.h | 1 +
src/qemu/qemu_domain.c | 14 +++++++++++++-
3 files changed, 15 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano