Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

2020-03-05 Thread Auger Eric
Hi Drew, On 2/7/20 1:41 PM, Andrew Jones wrote: > On Tue, Jan 28, 2020 at 11:34:53AM +0100, Eric Auger wrote: >> its_enable_defaults() is the top init function that allocates the >> command queue and all the requested tables (device, collection, >> lpi config and pending tables), enable LPIs at di

Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

2020-03-04 Thread Zenghui Yu
Hi Eric, On 2020/3/4 22:26, Auger Eric wrote: Hi Zenghui, On 2/7/20 4:20 AM, Zenghui Yu wrote: Hi Eric, On 2020/1/28 18:34, Eric Auger wrote: its_enable_defaults() is the top init function that allocates the command queue and all the requested tables (device, collection, lpi config and pendin

Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

2020-03-04 Thread Auger Eric
Hi Zenghui, On 2/7/20 4:20 AM, Zenghui Yu wrote: > Hi Eric, > > On 2020/1/28 18:34, Eric Auger wrote: >> its_enable_defaults() is the top init function that allocates the >> command queue and all the requested tables (device, collection, >> lpi config and pending tables), enable LPIs at distributo

Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

2020-02-07 Thread Andrew Jones
On Tue, Jan 28, 2020 at 11:34:53AM +0100, Eric Auger wrote: > its_enable_defaults() is the top init function that allocates the > command queue and all the requested tables (device, collection, > lpi config and pending tables), enable LPIs at distributor level > and ITS level. > > gicv3_enable_def

Re: [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

2020-02-06 Thread Zenghui Yu
Hi Eric, On 2020/1/28 18:34, Eric Auger wrote: its_enable_defaults() is the top init function that allocates the command queue and all the requested tables (device, collection, lpi config and pending tables), enable LPIs at distributor level and ITS level. gicv3_enable_defaults must be called b

[kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults

2020-01-28 Thread Eric Auger
its_enable_defaults() is the top init function that allocates the command queue and all the requested tables (device, collection, lpi config and pending tables), enable LPIs at distributor level and ITS level. gicv3_enable_defaults must be called before. Signed-off-by: Eric Auger --- v2 -> v3: