mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: tpm: Pass --logfile to swtpm_setup for incoming migration
Good to have for debugging in case something wrong happens during incoming migration. Signed-off-by: Eiichi Tsukata <eiichi.tsukata@nutanix.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
61d51c9c41
commit
cc21979fae
@ -427,6 +427,7 @@ qemuTPMEmulatorRunSetup(const char *storagepath,
|
|||||||
} else {
|
} else {
|
||||||
virCommandAddArgList(cmd,
|
virCommandAddArgList(cmd,
|
||||||
"--tpm-state", storagepath,
|
"--tpm-state", storagepath,
|
||||||
|
"--logfile", logfile,
|
||||||
"--overwrite",
|
"--overwrite",
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user