Re: [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling

2021-07-30 Thread Will Deacon
On Wed, Jul 28, 2021 at 11:21:52AM +0100, Marc Zyngier wrote: > On Tue, 27 Jul 2021 19:11:21 +0100, > Will Deacon wrote: > > > > On Thu, Jul 15, 2021 at 05:31:48PM +0100, Marc Zyngier wrote: > > > Plumb the MMIO checking code into the MMIO fault handling code. > > > Nothing allows a region to be

Re: [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling

2021-07-28 Thread Marc Zyngier
On Tue, 27 Jul 2021 19:11:21 +0100, Will Deacon wrote: > > On Thu, Jul 15, 2021 at 05:31:48PM +0100, Marc Zyngier wrote: > > Plumb the MMIO checking code into the MMIO fault handling code. > > Nothing allows a region to be registered yet, so there should be > > no funtional change either. > > Ty

Re: [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling

2021-07-27 Thread Will Deacon
On Thu, Jul 15, 2021 at 05:31:48PM +0100, Marc Zyngier wrote: > Plumb the MMIO checking code into the MMIO fault handling code. > Nothing allows a region to be registered yet, so there should be > no funtional change either. Typo: functional > Signed-off-by: Marc Zyngier > --- > arch/arm64/kvm/

[PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling

2021-07-15 Thread Marc Zyngier
Plumb the MMIO checking code into the MMIO fault handling code. Nothing allows a region to be registered yet, so there should be no funtional change either. Signed-off-by: Marc Zyngier --- arch/arm64/kvm/mmio.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/kvm/mmio.c