Re: [PATCH] vfio: Enable VFIO device for powerpc

2016-08-11 Thread David Gibson
On Thu, Aug 11, 2016 at 03:19:57PM +0200, Cornelia Huck wrote: > On Thu, 11 Aug 2016 14:57:24 +0200 > Paolo Bonzini wrote: > > > On 26/08/2015 20:54, Paul Mackerras wrote: > > > On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: > > >> On 13.08.15 03:15, David Gibson wrote: > > >>> e

Re: [PATCH] vfio: Enable VFIO device for powerpc

2016-08-11 Thread Alexey Kardashevskiy
On 11/08/16 23:19, Cornelia Huck wrote: > On Thu, 11 Aug 2016 14:57:24 +0200 > Paolo Bonzini wrote: > >> On 26/08/2015 20:54, Paul Mackerras wrote: >>> On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: On 13.08.15 03:15, David Gibson wrote: > ec53500f "kvm: Add VFIO device"

Re: [PATCH] vfio: Enable VFIO device for powerpc

2016-08-11 Thread Cornelia Huck
On Thu, 11 Aug 2016 14:57:24 +0200 Paolo Bonzini wrote: > On 26/08/2015 20:54, Paul Mackerras wrote: > > On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: > >> On 13.08.15 03:15, David Gibson wrote: > >>> ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is > >

Re: [PATCH] vfio: Enable VFIO device for powerpc

2016-08-11 Thread Paolo Bonzini
On 26/08/2015 20:54, Paul Mackerras wrote: > On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: >> On 13.08.15 03:15, David Gibson wrote: >>> ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is >>> used to handle any necessary interactions between KVM and VFIO.

[RESEND PATCH] vfio: Enable VFIO device for powerpc

2016-01-31 Thread David Gibson
ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is used to handle any necessary interactions between KVM and VFIO. Currently that device is built on x86 and ARM, but not powerpc, although powerpc does support both KVM and VFIO. This makes things awkward in userspace Curre

[PATCH] vfio: Enable VFIO device for powerpc

2015-12-20 Thread David Gibson
ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is used to handle any necessary interactions between KVM and VFIO. Currently that device is built on x86 and ARM, but not powerpc, although powerpc does support both KVM and VFIO. This makes things awkward in userspace Curre

Re: [PATCH] vfio: Enable VFIO device for powerpc

2015-09-07 Thread Paolo Bonzini
On 26/08/2015 20:54, Paul Mackerras wrote: > On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: >> >> >> On 13.08.15 03:15, David Gibson wrote: >>> ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is >>> used to handle any necessary interactions between KVM and

Re: [PATCH] vfio: Enable VFIO device for powerpc

2015-08-26 Thread Paul Mackerras
On Wed, Aug 26, 2015 at 11:34:26AM +0200, Alexander Graf wrote: > > > On 13.08.15 03:15, David Gibson wrote: > > ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is > > used to handle any necessary interactions between KVM and VFIO. > > > > Currently that device is built o

Re: [PATCH] vfio: Enable VFIO device for powerpc

2015-08-26 Thread Alexander Graf
On 13.08.15 03:15, David Gibson wrote: > ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is > used to handle any necessary interactions between KVM and VFIO. > > Currently that device is built on x86 and ARM, but not powerpc, although > powerpc does support both KVM and V

[PATCH] vfio: Enable VFIO device for powerpc

2015-08-12 Thread David Gibson
ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is used to handle any necessary interactions between KVM and VFIO. Currently that device is built on x86 and ARM, but not powerpc, although powerpc does support both KVM and VFIO. This makes things awkward in userspace Curre

Re: [PATCH] vfio: Enable VFIO device for powerpc

2015-07-31 Thread Eric Auger
Hi David, As noticed we did the same on ARM (4.2) for the same reason. Reviewed-by: Eric Auger Best Regards Eric On 07/20/2015 08:12 AM, David Gibson wrote: > ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is > used to handle any necessary interactions between KVM an

[PATCH] vfio: Enable VFIO device for powerpc

2015-07-19 Thread David Gibson
ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is used to handle any necessary interactions between KVM and VFIO. Currently that device is built on x86 and ARM, but not powerpc, although powerpc does support both KVM and VFIO. This makes things awkward in userspace Curre