Re: [RFC 07/13] KVM: arm64: ITS: Change entry_size and indirect bit in BASER

2017-01-13 Thread Marc Zyngier
On 13/01/17 08:57, Auger Eric wrote: > Hi Marc, > > On 12/01/2017 18:05, Marc Zyngier wrote: >> On 12/01/17 15:56, Eric Auger wrote: >>> Change the device table entry_size to 16 bytes instead of 8. >>> We also Store the device and collection device in the its >>> struct. >>> >>> The patch also

Re: [RFC 07/13] KVM: arm64: ITS: Change entry_size and indirect bit in BASER

2017-01-13 Thread Auger Eric
Hi Marc, On 12/01/2017 18:05, Marc Zyngier wrote: > On 12/01/17 15:56, Eric Auger wrote: >> Change the device table entry_size to 16 bytes instead of 8. >> We also Store the device and collection device in the its >> struct. >> >> The patch also clears the indirect bit for the device BASER. >>

Re: [RFC 07/13] KVM: arm64: ITS: Change entry_size and indirect bit in BASER

2017-01-12 Thread Marc Zyngier
On 12/01/17 15:56, Eric Auger wrote: > Change the device table entry_size to 16 bytes instead of 8. > We also Store the device and collection device in the its > struct. > > The patch also clears the indirect bit for the device BASER. > The indirect bit is set as read-only. Err... Why? We