Re: [Qemu-devel] [PATCH 2/4] spapr_iommu: Rename vfio_accel parameter

2015-09-30 Thread Laurent Vivier
On 30/09/2015 05:48, David Gibson wrote: > The vfio_accel parameter used when creating a new TCE table (guest IOMMU > context) has a confusing name. What it really means is whether we need the > TCE table created to be able to support VFIO devices. > > VFIO is relevant, because when available w

[Qemu-devel] [PATCH 2/4] spapr_iommu: Rename vfio_accel parameter

2015-09-30 Thread David Gibson
The vfio_accel parameter used when creating a new TCE table (guest IOMMU context) has a confusing name. What it really means is whether we need the TCE table created to be able to support VFIO devices. VFIO is relevant, because when available we use in-kernel acceleration of the TCE table, but th