Re: [PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs

2021-08-23 Thread Fuad Tabba
Hi Marc, On Fri, Aug 20, 2021 at 11:34 AM Marc Zyngier wrote: > > On Tue, 17 Aug 2021 09:11:19 +0100, Fuad Tabba wrote: > > Changes since v3 [1]: > > - Redid calculating restricted values of feature register fields, ensuring > > that > > the code distinguishes between unsigned and (potentially

Re: [PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs

2021-08-20 Thread Marc Zyngier
On Tue, 17 Aug 2021 09:11:19 +0100, Fuad Tabba wrote: > Changes since v3 [1]: > - Redid calculating restricted values of feature register fields, ensuring > that > the code distinguishes between unsigned and (potentially in the future) > signed fields (Will) > - Refactoring and fixes (Drew, Wi

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs

2021-08-17 Thread Fuad Tabba
Hi, Changes since v3 [1]: - Redid calculating restricted values of feature register fields, ensuring that the code distinguishes between unsigned and (potentially in the future) signed fields (Will) - Refactoring and fixes (Drew, Will) - More documentation and comments (Oliver, Will) - Dropped