Re: [kvm-unit-tests PATCH v3 12/14] arm/run: Allow Migration tests

2020-01-29 Thread Auger Eric
Hi Thomas, On 1/29/20 9:07 AM, Thomas Huth wrote: > On 28/01/2020 11.34, Eric Auger wrote: >> Let's link getchar.o to use puts and getchar from the >> tests. >> >> Then allow tests belonging to the migration group to >> trigger the migration from the test code by putting >> "migrate" into the

Re: [kvm-unit-tests PATCH v3 12/14] arm/run: Allow Migration tests

2020-01-29 Thread Thomas Huth
On 28/01/2020 11.34, Eric Auger wrote: > Let's link getchar.o to use puts and getchar from the > tests. > > Then allow tests belonging to the migration group to > trigger the migration from the test code by putting > "migrate" into the uart. Then the code can wait for the > migration completion

[kvm-unit-tests PATCH v3 12/14] arm/run: Allow Migration tests

2020-01-28 Thread Eric Auger
Let's link getchar.o to use puts and getchar from the tests. Then allow tests belonging to the migration group to trigger the migration from the test code by putting "migrate" into the uart. Then the code can wait for the migration completion by using getchar(). The __getchar implement is