mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +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 {
|
||||
virCommandAddArgList(cmd,
|
||||
"--tpm-state", storagepath,
|
||||
"--logfile", logfile,
|
||||
"--overwrite",
|
||||
NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user