[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC v1 02/18] linux-headers: import vfio.h from kernel
From: |
Auger Eric |
Subject: |
Re: [Qemu-devel] [RFC v1 02/18] linux-headers: import vfio.h from kernel |
Date: |
Tue, 9 Jul 2019 10:37:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
Hi Liu,
On 7/9/19 3:58 AM, Peter Xu wrote:
> On Fri, Jul 05, 2019 at 07:01:35PM +0800, Liu Yi L wrote:
>> This patch imports the vIOMMU related definitions from kernel
>> uapi/vfio.h. e.g. pasid allocation, guest pasid bind, guest pasid
>> table bind and guest iommu cache invalidation.
>>
>> Cc: Kevin Tian <address@hidden>
>> Cc: Jacob Pan <address@hidden>
>> Cc: Peter Xu <address@hidden>
>> Cc: Eric Auger <address@hidden>
>> Cc: Yi Sun <address@hidden>
>> Signed-off-by: Liu Yi L <address@hidden>
>> Signed-off-by: Jacob Pan <address@hidden>
>> Signed-off-by: Yi Sun <address@hidden>
>
> Just a note that in the last version you can use
> scripts/update-linux-headers.sh to update the headers. For this RFC
> it's perfectly fine.
>
You will need to update scripts/update-linux-headers.sh to import the
new iommu.h header. See "[RFC v4 02/27] update-linux-headers: Import
iommu.h"
https://www.mail-archive.com/address@hidden/msg620098.html.
Thanks
Eric
[Qemu-devel] [RFC v1 03/18] hw/pci: introduce PCIPASIDOps to PCIDevice, Liu Yi L, 2019/07/06