Re: [Qemu-devel] [PATCH 0/5] VFIO core framework

2012-01-13 Thread Alex Williamson
On Thu, 2012-01-12 at 15:56 -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Jan 10, 2012 at 11:35:54AM -0700, Alex Williamson wrote: > > On Tue, 2012-01-10 at 11:26 -0500, Konrad Rzeszutek Wilk wrote: > > > On Wed, Dec 21, 2011 at 02:42:02PM -0700, Alex Williamson wrote: > > > > This series includes

Re: [Qemu-devel] [PATCH 0/5] VFIO core framework

2012-01-12 Thread Konrad Rzeszutek Wilk
On Tue, Jan 10, 2012 at 11:35:54AM -0700, Alex Williamson wrote: > On Tue, 2012-01-10 at 11:26 -0500, Konrad Rzeszutek Wilk wrote: > > On Wed, Dec 21, 2011 at 02:42:02PM -0700, Alex Williamson wrote: > > > This series includes the core framework for the VFIO driver. > > > VFIO is a userspace driver

Re: [Qemu-devel] [PATCH 0/5] VFIO core framework

2012-01-11 Thread Alex Williamson
On Tue, 2012-01-10 at 11:26 -0500, Konrad Rzeszutek Wilk wrote: > On Wed, Dec 21, 2011 at 02:42:02PM -0700, Alex Williamson wrote: > > This series includes the core framework for the VFIO driver. > > VFIO is a userspace driver interface meant to replace both the > > KVM device assignment code as we

[Qemu-devel] [PATCH 0/5] VFIO core framework

2011-12-21 Thread Alex Williamson
This series includes the core framework for the VFIO driver. VFIO is a userspace driver interface meant to replace both the KVM device assignment code as well as interfaces like UIO. Please see patch 1/5 for a complete description of VFIO, what it can do, and how it's designed. This version and t