Re: [PATCH kernel v7 09/10] KVM: PPC: iommu: Unify TCE checking

2017-03-08 Thread Alexey Kardashevskiy
On 08/03/17 14:00, Alexey Kardashevskiy wrote: > This reworks helpers for checking TCE update parameters in way they > can be used in KVM. > > This should cause no behavioral change. > > Signed-off-by: Alexey Kardashevskiy (for patchwork) Forgot this from v6: Reviewed-by:

[PATCH kernel v7 09/10] KVM: PPC: iommu: Unify TCE checking

2017-03-07 Thread Alexey Kardashevskiy
This reworks helpers for checking TCE update parameters in way they can be used in KVM. This should cause no behavioral change. Signed-off-by: Alexey Kardashevskiy --- Changes: v6: * s/tce/gpa/ as TCE without permission bits is a GPA and this is what is passed everywhere ---