Re: [PATCH kernel 7/9] KVM: PPC: Create a virtual-mode only TCE table handlers

2016-03-07 Thread David Gibson
On Mon, Mar 07, 2016 at 02:41:15PM +1100, Alexey Kardashevskiy wrote: > In-kernel VFIO acceleration needs different handling in real and virtual > modes which makes it hard to support both modes in the same handler. > > This creates a copy of kvmppc_rm_h_stuff_tce and kvmppc_rm_h_put_tce > in

[PATCH kernel 7/9] KVM: PPC: Create a virtual-mode only TCE table handlers

2016-03-06 Thread Alexey Kardashevskiy
In-kernel VFIO acceleration needs different handling in real and virtual modes which makes it hard to support both modes in the same handler. This creates a copy of kvmppc_rm_h_stuff_tce and kvmppc_rm_h_put_tce in addition to the existing kvmppc_rm_h_put_tce_indirect. Signed-off-by: Alexey