[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 09/10] spapr_iommu: Provide a fun
From: |
Thomas Huth |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 09/10] spapr_iommu: Provide a function to switch a TCE table to allowing VFIO |
Date: |
Wed, 23 Sep 2015 13:24:00 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
On 17/09/15 18:54, Alex Williamson wrote:
> On Thu, 2015-09-17 at 23:09 +1000, David Gibson wrote:
>> Because of the way non-VFIO guest IOMMU operations are KVM accelerated, not
>> all TCE tables (guest IOMMU contexts) can support VFIO devices. Currently,
>> this is decided at creation time.
>>
>> To support hotplug of VFIO devices, we need to allow a TCE table which
>> previously didn't allow VFIO devices to be switched so that it can. This
>> patch adds an spapr_tce_need_vfio() function to do this, by reallocating
>> the table in userspace if necessary.
>>
>> Currently this doesn't allow the KVM acceleration to be re-enabled if all
>> the VFIO devices are removed. That's an optimization for another time.
>
>
> Same comment as previous patch, spapr_tce_need_userspace_table() (or
> something) makes the code much more self documenting.
May I also add the using the word "need" in a function name is could be
a little bit confusing here? It's maybe just me, but if I read
..._need_...() I first think of a function that just checks something
and returns a boolean for yes or no, not of a function that changes
something.
Could you maybe use something like "..._change_to_..." instead?
Thomas
- Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 03/10] vfio: Check guest IOVA ranges against host IOMMU capabilities, (continued)
Re: [Qemu-ppc] [RFC PATCH 03/10] vfio: Check guest IOVA ranges against host IOMMU capabilities, Laurent Vivier, 2015/09/23
[Qemu-ppc] [RFC PATCH 07/10] spapr_pci: Allow PCI host bridge DMA window to be configured, David Gibson, 2015/09/17
[Qemu-ppc] [RFC PATCH 09/10] spapr_iommu: Provide a function to switch a TCE table to allowing VFIO, David Gibson, 2015/09/17
[Qemu-ppc] [RFC PATCH 02/10] vfio: Generalize vfio_listener_region_add failure path, David Gibson, 2015/09/17
[Qemu-ppc] [RFC PATCH 05/10] memory: Allow replay of IOMMU mapping notifications, David Gibson, 2015/09/17