Re: [PATCH] tests: Wait for migration completion on destination QEMU to avoid failures

2024-10-18 Thread Michael Tokarev
16.10.2024 18:21, Stefan Berger wrote: Rather than waiting for the completion of migration on the source side, wait for it on the destination QEMU side to avoid accessing the TPM TIS memory mapped registers before QEMU could restore their state. This error condition could be triggered on busy sys

Re: [PATCH] tests: Wait for migration completion on destination QEMU to avoid failures

2024-10-18 Thread Stefan Berger
On 10/18/24 12:23 PM, Michael Tokarev wrote: 16.10.2024 18:21, Stefan Berger wrote: Rather than waiting for the completion of migration on the source side, wait for it on the destination QEMU side to avoid accessing the TPM TIS memory mapped registers before QEMU could restore their state. Th

Re: [PATCH] tests: Wait for migration completion on destination QEMU to avoid failures

2024-10-16 Thread Daniel P . Berrangé
On Wed, Oct 16, 2024 at 11:21:59AM -0400, Stefan Berger wrote: > Rather than waiting for the completion of migration on the source side, > wait for it on the destination QEMU side to avoid accessing the TPM TIS > memory mapped registers before QEMU could restore their state. This > error condition

[PATCH] tests: Wait for migration completion on destination QEMU to avoid failures

2024-10-16 Thread Stefan Berger
Rather than waiting for the completion of migration on the source side, wait for it on the destination QEMU side to avoid accessing the TPM TIS memory mapped registers before QEMU could restore their state. This error condition could be triggered on busy systems where the destination QEMU did not h