[PATCH v2 0/4] vfio-user fixes

John Levon posted 4 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250715055246.422834-1-john.levon@nutanix.com
Maintainers: John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>, Alex Williamson <alex.williamson@redhat.com>
There is a newer version of this series
MAINTAINERS              |  1 +
hw/vfio-user/container.c |  6 +-----
hw/vfio-user/proxy.c     | 10 ++++++----
hw/vfio/device.c         |  6 +++++-
4 files changed, 13 insertions(+), 10 deletions(-)
[PATCH v2 0/4] vfio-user fixes
Posted by John Levon 4 months ago
Some small Coverity and related fixes for the recently merged vfio-user series.

thanks
john

John Levon (4):
  hw/vfio-user: add Cédric Le Goater as a maintainer
  hw/vfio: fix region fd initialization
  hw/vfio-user: wait for proxy close correctly
  hw/vfio-user: fix use of uninitialized variable

 MAINTAINERS              |  1 +
 hw/vfio-user/container.c |  6 +-----
 hw/vfio-user/proxy.c     | 10 ++++++----
 hw/vfio/device.c         |  6 +++++-
 4 files changed, 13 insertions(+), 10 deletions(-)

-- 
2.43.0


Re: [PATCH v2 0/4] vfio-user fixes
Posted by Cédric Le Goater 4 months ago
On 7/15/25 07:52, John Levon wrote:
> Some small Coverity and related fixes for the recently merged vfio-user series.
> 
> thanks
> john

Mark,

Would you please re-add your R-b ?

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

and applied to vfio-next.

Thanks,

C.


> John Levon (4):
>    hw/vfio-user: add Cédric Le Goater as a maintainer
>    hw/vfio: fix region fd initialization
>    hw/vfio-user: wait for proxy close correctly
>    hw/vfio-user: fix use of uninitialized variable
> 
>   MAINTAINERS              |  1 +
>   hw/vfio-user/container.c |  6 +-----
>   hw/vfio-user/proxy.c     | 10 ++++++----
>   hw/vfio/device.c         |  6 +++++-
>   4 files changed, 13 insertions(+), 10 deletions(-)
> 


Re: [PATCH v2 0/4] vfio-user fixes
Posted by Cédric Le Goater 4 months ago
On 7/15/25 07:56, Cédric Le Goater wrote:
> On 7/15/25 07:52, John Levon wrote:
>> Some small Coverity and related fixes for the recently merged vfio-user series.
>>
>> thanks
>> john
> 
> Mark,
> 
> Would you please re-add your R-b ?

No need. b4 picked them up.


Thanks,

C.


> 
> Reviewed-by: Cédric Le Goater <clg@redhat.com>
> 
> and applied to vfio-next.
> 
> Thanks,
> 
> C.
> 
> 
>> John Levon (4):
>>    hw/vfio-user: add Cédric Le Goater as a maintainer
>>    hw/vfio: fix region fd initialization
>>    hw/vfio-user: wait for proxy close correctly
>>    hw/vfio-user: fix use of uninitialized variable
>>
>>   MAINTAINERS              |  1 +
>>   hw/vfio-user/container.c |  6 +-----
>>   hw/vfio-user/proxy.c     | 10 ++++++----
>>   hw/vfio/device.c         |  6 +++++-
>>   4 files changed, 13 insertions(+), 10 deletions(-)
>>
>