Re: [PATCH v5 09/22] KVM: arm64: vgic-its: Introduce migration ABI infrastructure

2017-04-27 Thread Christoffer Dall
On Fri, Apr 14, 2017 at 12:15:21PM +0200, Eric Auger wrote: > We plan to support different migration ABIs, ie. characterizing > the ITS table layout format in guest RAM. Typically a new ABI will nit: s/Typically/For example, > be needed if vLPIs get supported for nested use case. > > So let's in

Re: [PATCH v5 09/22] KVM: arm64: vgic-its: Introduce migration ABI infrastructure

2017-04-26 Thread Prakash B
On Fri, Apr 14, 2017 at 3:45 PM, Eric Auger wrote: > We plan to support different migration ABIs, ie. characterizing > the ITS table layout format in guest RAM. Typically a new ABI will > be needed if vLPIs get supported for nested use case. > > So let's introduce an array of supported ABIs (at th

[PATCH v5 09/22] KVM: arm64: vgic-its: Introduce migration ABI infrastructure

2017-04-14 Thread Eric Auger
We plan to support different migration ABIs, ie. characterizing the ITS table layout format in guest RAM. Typically a new ABI will be needed if vLPIs get supported for nested use case. So let's introduce an array of supported ABIs (at the moment a single ABI is supported though). The following cha