Re: [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests

2020-03-06 Thread Auger Eric
Hi Drew, On 2/7/20 2:49 PM, Andrew Jones wrote: > On Tue, Jan 28, 2020 at 11:34:58AM +0100, Eric Auger wrote: >> This test maps LPIs (populates the device table, the collection table, >> interrupt translation tables, configuration table), migrates and make >> sure the translation is correct on the

Re: [kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests

2020-02-07 Thread Andrew Jones
On Tue, Jan 28, 2020 at 11:34:58AM +0100, Eric Auger wrote: > This test maps LPIs (populates the device table, the collection table, > interrupt translation tables, configuration table), migrates and make > sure the translation is correct on the destination. > > Signed-off-by: Eric Auger > --- >

[kvm-unit-tests PATCH v3 13/14] arm/arm64: ITS: migration tests

2020-01-28 Thread Eric Auger
This test maps LPIs (populates the device table, the collection table, interrupt translation tables, configuration table), migrates and make sure the translation is correct on the destination. Signed-off-by: Eric Auger --- arm/gic.c| 59 a