Re: [kvm-unit-tests PATCH v5 07/29] powerpc: Add a migration stress tester

2023-12-22 Thread Nicholas Piggin
On Tue Dec 19, 2023 at 3:58 PM AEST, Thomas Huth wrote: > On 16/12/2023 14.42, Nicholas Piggin wrote: > > This performs 1000 migrations a tight loop to flush out simple issues > > in the multiple-migration code. > > > > Signed-off-by: Nicholas Piggin > > --- > > powerpc/Makefile.common | 1 + >

Re: [kvm-unit-tests PATCH v5 07/29] powerpc: Add a migration stress tester

2023-12-18 Thread Thomas Huth
On 16/12/2023 14.42, Nicholas Piggin wrote: This performs 1000 migrations a tight loop to flush out simple issues in the multiple-migration code. Signed-off-by: Nicholas Piggin --- powerpc/Makefile.common | 1 + powerpc/migrate.c | 64 + 2 file

[kvm-unit-tests PATCH v5 07/29] powerpc: Add a migration stress tester

2023-12-16 Thread Nicholas Piggin
This performs 1000 migrations a tight loop to flush out simple issues in the multiple-migration code. Signed-off-by: Nicholas Piggin --- powerpc/Makefile.common | 1 + powerpc/migrate.c | 64 + 2 files changed, 65 insertions(+) create mode 100644 p