Re: [PATCH v2 05/17] arm64: Helper for parange to PASize

2018-05-08 Thread Suzuki K Poulose
On 03/05/18 15:39, James Morse wrote: Hi Suzuki, Nit: KVM in the subject line? Well, the helper is generic and its just that KVM makes use of it. On 27/03/18 14:15, Suzuki K Poulose wrote: Add a helper to convert ID_AA64MMFR0_EL1:PARange to they physical size shift. Limit the size to the

Re: [PATCH v2 05/17] arm64: Helper for parange to PASize

2018-05-03 Thread James Morse
Hi Suzuki, Nit: KVM in the subject line? On 27/03/18 14:15, Suzuki K Poulose wrote: > Add a helper to convert ID_AA64MMFR0_EL1:PARange to they physical > size shift. Limit the size to the maximum supported by the kernel. > We are about to move the user of this code and this helps to > keep the

Re: [PATCH v2 05/17] arm64: Helper for parange to PASize

2018-04-27 Thread Julien Grall
On 27/04/18 16:18, Suzuki K Poulose wrote: On 26/04/18 11:58, Julien Grall wrote: Hi Suzuki, On 27/03/18 14:15, Suzuki K Poulose wrote: Add a helper to convert ID_AA64MMFR0_EL1:PARange to they physical size shift. Limit the size to the maximum supported by the kernel. We are about to move

Re: [PATCH v2 05/17] arm64: Helper for parange to PASize

2018-04-27 Thread Suzuki K Poulose
On 26/04/18 11:58, Julien Grall wrote: Hi Suzuki, On 27/03/18 14:15, Suzuki K Poulose wrote: Add a helper to convert ID_AA64MMFR0_EL1:PARange to they physical size shift. Limit the size to the maximum supported by the kernel. We are about to move the user of this code and this helps to keep

Re: [PATCH v2 05/17] arm64: Helper for parange to PASize

2018-04-26 Thread Julien Grall
Hi Suzuki, On 27/03/18 14:15, Suzuki K Poulose wrote: Add a helper to convert ID_AA64MMFR0_EL1:PARange to they physical size shift. Limit the size to the maximum supported by the kernel. We are about to move the user of this code and this helps to keep the changes cleaner. It is probably