Re: [RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()

2021-02-04 Thread Quentin Perret
On Wednesday 03 Feb 2021 at 15:58:32 (+), Will Deacon wrote: > On Fri, Jan 08, 2021 at 12:15:21PM +, Quentin Perret wrote: > > Refactor __populate_fault_info() to introduce __get_fault_info() which > > will be used once the host is wrapped in a stage 2. > > > > Signed-off-by: Quentin

Re: [RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()

2021-02-03 Thread Will Deacon
On Fri, Jan 08, 2021 at 12:15:21PM +, Quentin Perret wrote: > Refactor __populate_fault_info() to introduce __get_fault_info() which > will be used once the host is wrapped in a stage 2. > > Signed-off-by: Quentin Perret > --- > arch/arm64/kvm/hyp/include/hyp/switch.h | 36

[RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()

2021-01-08 Thread Quentin Perret
Refactor __populate_fault_info() to introduce __get_fault_info() which will be used once the host is wrapped in a stage 2. Signed-off-by: Quentin Perret --- arch/arm64/kvm/hyp/include/hyp/switch.h | 36 +++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git