Re: [PATCH v3 12/15] vfio/common: Introduce a per container device list

2023-10-03 Thread Cédric Le Goater
On 10/3/23 12:14, Eric Auger wrote: From: Zhenzhong Duan Several functions need to iterate over the VFIO devices attached to a given container. This is currently achieved by iterating over the groups attached to the container and then over the devices in the group. Let's introduce a per contai

[PATCH v3 12/15] vfio/common: Introduce a per container device list

2023-10-03 Thread Eric Auger
From: Zhenzhong Duan Several functions need to iterate over the VFIO devices attached to a given container. This is currently achieved by iterating over the groups attached to the container and then over the devices in the group. Let's introduce a per container device list that simplifies this s