Re: [PATCH] hw/vfio: fix iteration over global VFIODevice list

2024-01-03 Thread Eric Auger
Hi Volker, On 12/29/23 21:38, Volker Rümelin wrote: > Commit 3d779abafe ("vfio/common: Introduce a global VFIODevice list") > introduced a global VFIODevice list, but forgot to update the list > element field name when iterating over the new list. Change the code > to use the correct list element

Re: [PATCH] hw/vfio: fix iteration over global VFIODevice list

2024-01-02 Thread Cédric Le Goater
On 1/2/24 05:27, Duan, Zhenzhong wrote: -Original Message- From: Volker Rümelin Subject: [PATCH] hw/vfio: fix iteration over global VFIODevice list Commit 3d779abafe ("vfio/common: Introduce a global VFIODevice list") introduced a global VFIODevice list, but forgot to

Re: [PATCH] hw/vfio: fix iteration over global VFIODevice list

2024-01-01 Thread Cédric Le Goater
On 12/29/23 21:38, Volker Rümelin wrote: Commit 3d779abafe ("vfio/common: Introduce a global VFIODevice list") introduced a global VFIODevice list, but forgot to update the list element field name when iterating over the new list. Change the code to use the correct list element field. Fixes: 3d7

RE: [PATCH] hw/vfio: fix iteration over global VFIODevice list

2024-01-01 Thread Duan, Zhenzhong
>-Original Message- >From: Volker Rümelin >Subject: [PATCH] hw/vfio: fix iteration over global VFIODevice list > >Commit 3d779abafe ("vfio/common: Introduce a global VFIODevice list") >introduced a global VFIODevice list, but forgot to update the list >el

[PATCH] hw/vfio: fix iteration over global VFIODevice list

2023-12-29 Thread Volker Rümelin
Commit 3d779abafe ("vfio/common: Introduce a global VFIODevice list") introduced a global VFIODevice list, but forgot to update the list element field name when iterating over the new list. Change the code to use the correct list element field. Fixes: 3d779abafe ("vfio/common: Introduce a global V