qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 15/15] vfio/common: Move legacy VFIO backend code into sep


From: Cédric Le Goater
Subject: Re: [PATCH v3 15/15] vfio/common: Move legacy VFIO backend code into separate container.c
Date: Tue, 3 Oct 2023 18:08:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 10/3/23 12:14, Eric Auger wrote:
From: Yi Liu <yi.l.liu@intel.com>

Move all the code really dependent on the legacy VFIO container/group
into a separate file: container.c. What does remain in common.c is
the code related to VFIOAddressSpace, MemoryListeners, migration and
all other general operations.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Yi Liu <yi.l.liu@intel.com>
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>

We have lost :

-/*
- * vfio_attach_device: attach a device to a security context
- * @name and @vbasedev->name are likely to be different depending
- * on the type of the device, hence the need for passing @name
- */

with that back,


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]