Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-12-09 Thread Alex Williamson
On Tue, 2014-12-09 at 17:19 +0100, Eric Auger wrote: > On 11/24/2014 09:56 PM, Alex Williamson wrote: > > On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: > >> This patch introduces a new KVM_DEV_VFIO_DEVICE group. > >> > >> This is a new control channel which enables KVM to cooperate with > >>

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-12-09 Thread Eric Auger
On 11/24/2014 09:56 PM, Alex Williamson wrote: > On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: >> This patch introduces a new KVM_DEV_VFIO_DEVICE group. >> >> This is a new control channel which enables KVM to cooperate with >> viable VFIO devices. >> >> Functions are introduced to check the

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-12-08 Thread Eric Auger
On 12/08/2014 05:54 PM, Alex Williamson wrote: > On Mon, 2014-12-08 at 13:22 +0100, Eric Auger wrote: >> On 11/25/2014 08:00 PM, Alex Williamson wrote: >>> On Tue, 2014-11-25 at 19:20 +0100, Eric Auger wrote: On 11/24/2014 09:56 PM, Alex Williamson wrote: > On Sun, 2014-11-23 at 19:35 +010

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-12-08 Thread Alex Williamson
On Mon, 2014-12-08 at 13:22 +0100, Eric Auger wrote: > On 11/25/2014 08:00 PM, Alex Williamson wrote: > > On Tue, 2014-11-25 at 19:20 +0100, Eric Auger wrote: > >> On 11/24/2014 09:56 PM, Alex Williamson wrote: > >>> On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: > This patch introduces

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-12-08 Thread Eric Auger
On 11/25/2014 08:00 PM, Alex Williamson wrote: > On Tue, 2014-11-25 at 19:20 +0100, Eric Auger wrote: >> On 11/24/2014 09:56 PM, Alex Williamson wrote: >>> On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: This patch introduces a new KVM_DEV_VFIO_DEVICE group. This is a new contro

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-11-25 Thread Alex Williamson
On Tue, 2014-11-25 at 19:20 +0100, Eric Auger wrote: > On 11/24/2014 09:56 PM, Alex Williamson wrote: > > On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: > >> This patch introduces a new KVM_DEV_VFIO_DEVICE group. > >> > >> This is a new control channel which enables KVM to cooperate with > >>

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-11-25 Thread Eric Auger
On 11/24/2014 09:56 PM, Alex Williamson wrote: > On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: >> This patch introduces a new KVM_DEV_VFIO_DEVICE group. >> >> This is a new control channel which enables KVM to cooperate with >> viable VFIO devices. >> >> Functions are introduced to check the

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-11-25 Thread Eric Auger
On 11/25/2014 05:33 AM, Wu, Feng wrote: > > >> -Original Message- >> From: Eric Auger [mailto:eric.au...@linaro.org] >> Sent: Monday, November 24, 2014 2:36 AM >> To: eric.au...@st.com; eric.au...@linaro.org; christoffer.d...@linaro.org; >> marc.zyng...@arm.com; linux-arm-ker...@lists.inf

RE: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-11-24 Thread Wu, Feng
> -Original Message- > From: Eric Auger [mailto:eric.au...@linaro.org] > Sent: Monday, November 24, 2014 2:36 AM > To: eric.au...@st.com; eric.au...@linaro.org; christoffer.d...@linaro.org; > marc.zyng...@arm.com; linux-arm-ker...@lists.infradead.org; > kvm...@lists.cs.columbia.edu; kvm@v

Re: [PATCH v3 7/8] KVM: kvm-vfio: generic forwarding control

2014-11-24 Thread Alex Williamson
On Sun, 2014-11-23 at 19:35 +0100, Eric Auger wrote: > This patch introduces a new KVM_DEV_VFIO_DEVICE group. > > This is a new control channel which enables KVM to cooperate with > viable VFIO devices. > > Functions are introduced to check the validity of a VFIO device > file descriptor, increme