Re: [kvm-unit-tests PATCH v5 0/8] Multi-migration support

2024-02-26 Thread Thomas Huth
On 26/02/2024 09.10, Nicholas Piggin wrote: On Fri Feb 23, 2024 at 5:06 PM AEST, Thomas Huth wrote: On 21/02/2024 04.27, Nicholas Piggin wrote: Now that strange arm64 hang is found to be QEMU bug, I'll repost. Since arm64 requires Thomas's uart patch and it is worse affected by the QEMU bug, I

Re: [kvm-unit-tests PATCH v5 0/8] Multi-migration support

2024-02-26 Thread Nicholas Piggin
On Fri Feb 23, 2024 at 5:06 PM AEST, Thomas Huth wrote: > On 21/02/2024 04.27, Nicholas Piggin wrote: > > Now that strange arm64 hang is found to be QEMU bug, I'll repost. > > Since arm64 requires Thomas's uart patch and it is worse affected > > by the QEMU bug, I will just not build it on arm. The

Re: [kvm-unit-tests PATCH v5 0/8] Multi-migration support

2024-02-22 Thread Thomas Huth
On 21/02/2024 04.27, Nicholas Piggin wrote: Now that strange arm64 hang is found to be QEMU bug, I'll repost. Since arm64 requires Thomas's uart patch and it is worse affected by the QEMU bug, I will just not build it on arm. The QEMU bug still affects powerpc (and presumably s390x) but it's not

[kvm-unit-tests PATCH v5 0/8] Multi-migration support

2024-02-20 Thread Nicholas Piggin
Now that strange arm64 hang is found to be QEMU bug, I'll repost. Since arm64 requires Thomas's uart patch and it is worse affected by the QEMU bug, I will just not build it on arm. The QEMU bug still affects powerpc (and presumably s390x) but it's not causing so much trouble for this test case. I