Re: [kvm-unit-tests PATCH v2 14/16] arm/run: Allow Migration tests

2020-01-15 Thread Auger Eric
Hi Drew, On 1/13/20 7:40 PM, Andrew Jones wrote: > On Fri, Jan 10, 2020 at 03:54:10PM +0100, 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 >> "mig

Re: [kvm-unit-tests PATCH v2 14/16] arm/run: Allow Migration tests

2020-01-13 Thread Andrew Jones
On Fri, Jan 10, 2020 at 03:54:10PM +0100, 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 > mi

[kvm-unit-tests PATCH v2 14/16] arm/run: Allow Migration tests

2020-01-10 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 minimal