Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-18 Thread Eric Auger
On 09/16/2014 11:23 PM, Alex Williamson wrote: > On Tue, 2014-09-16 at 14:51 -0600, Alex Williamson wrote: >> On Tue, 2014-09-16 at 00:01 +0200, Eric Auger wrote: >>> On 09/12/2014 01:05 AM, Christoffer Dall wrote: On Thu, Sep 11, 2014 at 04:51:14PM -0600, Alex Williamson wrote: > On Thu,

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-16 Thread Alex Williamson
On Tue, 2014-09-16 at 14:51 -0600, Alex Williamson wrote: > On Tue, 2014-09-16 at 00:01 +0200, Eric Auger wrote: > > On 09/12/2014 01:05 AM, Christoffer Dall wrote: > > > On Thu, Sep 11, 2014 at 04:51:14PM -0600, Alex Williamson wrote: > > >> On Thu, 2014-09-11 at 15:23 -0700, Christoffer Dall wrot

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-16 Thread Eric Auger
On 09/16/2014 10:51 PM, Alex Williamson wrote: > On Tue, 2014-09-16 at 00:01 +0200, Eric Auger wrote: >> On 09/12/2014 01:05 AM, Christoffer Dall wrote: >>> On Thu, Sep 11, 2014 at 04:51:14PM -0600, Alex Williamson wrote: On Thu, 2014-09-11 at 15:23 -0700, Christoffer Dall wrote: > On Thu,

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-16 Thread Alex Williamson
On Tue, 2014-09-16 at 00:01 +0200, Eric Auger wrote: > On 09/12/2014 01:05 AM, Christoffer Dall wrote: > > On Thu, Sep 11, 2014 at 04:51:14PM -0600, Alex Williamson wrote: > >> On Thu, 2014-09-11 at 15:23 -0700, Christoffer Dall wrote: > >>> On Thu, Sep 11, 2014 at 04:14:09PM -0600, Alex Williamson

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-15 Thread Eric Auger
On 09/12/2014 01:05 AM, Christoffer Dall wrote: > On Thu, Sep 11, 2014 at 04:51:14PM -0600, Alex Williamson wrote: >> On Thu, 2014-09-11 at 15:23 -0700, Christoffer Dall wrote: >>> On Thu, Sep 11, 2014 at 04:14:09PM -0600, Alex Williamson wrote: On Tue, 2014-09-09 at 08:31 +0100, Eric Auger wr

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-11 Thread Christoffer Dall
On Thu, Sep 11, 2014 at 04:51:14PM -0600, Alex Williamson wrote: > On Thu, 2014-09-11 at 15:23 -0700, Christoffer Dall wrote: > > On Thu, Sep 11, 2014 at 04:14:09PM -0600, Alex Williamson wrote: > > > On Tue, 2014-09-09 at 08:31 +0100, Eric Auger wrote: > > > > This RFC series aims at enabling KVM

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-11 Thread Alex Williamson
On Thu, 2014-09-11 at 15:23 -0700, Christoffer Dall wrote: > On Thu, Sep 11, 2014 at 04:14:09PM -0600, Alex Williamson wrote: > > On Tue, 2014-09-09 at 08:31 +0100, Eric Auger wrote: > > > This RFC series aims at enabling KVM platform device passthrough. > > > It implements a VFIO platform device,

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-11 Thread Christoffer Dall
On Thu, Sep 11, 2014 at 04:14:09PM -0600, Alex Williamson wrote: > On Tue, 2014-09-09 at 08:31 +0100, Eric Auger wrote: > > This RFC series aims at enabling KVM platform device passthrough. > > It implements a VFIO platform device, derived from VFIO PCI device. > > > > The VFIO platform device use

Re: [Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-11 Thread Alex Williamson
On Tue, 2014-09-09 at 08:31 +0100, Eric Auger wrote: > This RFC series aims at enabling KVM platform device passthrough. > It implements a VFIO platform device, derived from VFIO PCI device. > > The VFIO platform device uses the host VFIO platform driver which must > be bound to the assigned devic

[Qemu-devel] [PATCH v6 00/16] KVM platform device passthrough

2014-09-09 Thread Eric Auger
This RFC series aims at enabling KVM platform device passthrough. It implements a VFIO platform device, derived from VFIO PCI device. The VFIO platform device uses the host VFIO platform driver which must be bound to the assigned device prior to the QEMU system start. - the guest can directly acc