Re: [PATCH kernel 8/9] KVM: PPC: Pass kvm* to kvmppc_find_table()

2016-12-15 Thread David Gibson
On Thu, Dec 08, 2016 at 07:19:55PM +1100, Alexey Kardashevskiy wrote: > The guest view TCE tables are per KVM anyway (not per VCPU) so pass kvm* > there. This will be used in the following patches where we will be > attaching VFIO containers to LIOBNs via ioctl() to KVM (rather than > to VCPU). >

[PATCH kernel 8/9] KVM: PPC: Pass kvm* to kvmppc_find_table()

2016-12-08 Thread Alexey Kardashevskiy
The guest view TCE tables are per KVM anyway (not per VCPU) so pass kvm* there. This will be used in the following patches where we will be attaching VFIO containers to LIOBNs via ioctl() to KVM (rather than to VCPU). Signed-off-by: Alexey Kardashevskiy ---