On Wed, Dec 11, 2024 at 09:46:49 +0100, Ján Tomko wrote: > If we do not have a persistent definition, there's no point in > looking for it since we cannot store it. > > Also skip the update if the tpm device(s) in the persistent > definition are different. > > This fixes the crash when starting a transient domain. > > https://issues.redhat.com/browse/RHEL-69774 > > Fixes: d79542eec669eb9c449bb8228179e7a87e768017 > Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> > --- > src/qemu/qemu_extdevice.c | 13 ++++++++++++- > src/qemu/qemu_tpm.c | 2 +- > 2 files changed, 13 insertions(+), 2 deletions(-) Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx>