[PATCH V2 0/5] KVM: arm64: General cleanups

2021-08-11 Thread Anshuman Khandual
This series contains mostly unrelated general cleanups. This series applies on v5.14-rc5 and has been boot tested with different page sized guests. Changes in V2: - Dropped the first patch regarding PAGE_[SHIFT|SIZE] per Marc - Added remaining ID_AA64MMFR0_PARANGE_ macros and ARM64_MIN_PARANGE_BI

Re: [PATCH V2 0/5] KVM: arm64: General cleanups

2021-08-18 Thread Marc Zyngier
On Thu, 12 Aug 2021 10:39:49 +0530, Anshuman Khandual wrote: > This series contains mostly unrelated general cleanups. This series applies > on v5.14-rc5 and has been boot tested with different page sized guests. > > Changes in V2: > > - Dropped the first patch regarding PAGE_[SHIFT|SIZE] per Mar