RE: [PATCH v1 06/22] vfio/common: Add a vfio device iterator

2023-09-20 Thread Duan, Zhenzhong
Hi Eric, >-Original Message- >From: Eric Auger >Sent: Wednesday, September 20, 2023 8:26 PM >Subject: Re: [PATCH v1 06/22] vfio/common: Add a vfio device iterator > >Hi Zhenzhong, > >On 8/30/23 12:37, Zhenzhong Duan wrote: >> With a vfio device iterator add

RE: [PATCH v1 06/22] vfio/common: Add a vfio device iterator

2023-09-20 Thread Duan, Zhenzhong
>-Original Message- >From: Alex Williamson >Subject: Re: [PATCH v1 06/22] vfio/common: Add a vfio device iterator > >On Wed, 30 Aug 2023 18:37:38 +0800 >Zhenzhong Duan wrote: > >> With a vfio device iterator added, we can make some migration and reset

Re: [PATCH v1 06/22] vfio/common: Add a vfio device iterator

2023-09-20 Thread Alex Williamson
On Wed, 30 Aug 2023 18:37:38 +0800 Zhenzhong Duan wrote: > With a vfio device iterator added, we can make some migration and reset > related functions group agnostic. > E.x: > vfio_mig_active > vfio_migratable_device_num > vfio_devices_all_dirty_tracking > vfio_devices_all_device_dirty_tracking

Re: [PATCH v1 06/22] vfio/common: Add a vfio device iterator

2023-09-20 Thread Eric Auger
Hi Zhenzhong, On 8/30/23 12:37, Zhenzhong Duan wrote: > With a vfio device iterator added, we can make some migration and reset > related functions group agnostic. > E.x: > vfio_mig_active > vfio_migratable_device_num > vfio_devices_all_dirty_tracking > vfio_devices_all_device_dirty_tracking >