Re: [PATCH v3 3/3] backends/tpm: Propagate vTPM error on migration failure

2025-07-02 Thread Daniel P . Berrangé
On Wed, Jul 02, 2025 at 05:06:52PM +0530, Arun Menon wrote: > - Use the post_load_with_error() hook to propagate TPM > errors. > - The error object is set if the loading of state fails. > It can then be retrieved using QMP command: > {"execute" : "query-migrate"} This is only describing what

[PATCH v3 3/3] backends/tpm: Propagate vTPM error on migration failure

2025-07-02 Thread Arun Menon
- Use the post_load_with_error() hook to propagate TPM errors. - The error object is set if the loading of state fails. It can then be retrieved using QMP command: {"execute" : "query-migrate"} Buglink: https://issues.redhat.com/browse/RHEL-82826 Reviewed-by: Stefan Berger Signed-off-by: A