[PATCH v4 0/5] vfio-user coverity fixes

John Levon posted 5 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251203100316.3604456-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>
hw/vfio-user/proxy.c | 206 ++++++++++++++++++++++++-------------------
1 file changed, 114 insertions(+), 92 deletions(-)
[PATCH v4 0/5] vfio-user coverity fixes
Posted by John Levon 1 week, 3 days ago
Fix some coverity-reported issues with error handling in vfio-user message
processing.

John Levon (5):
  vfio-user: simplify vfio_user_process()
  vfio-user: clarify partial message handling
  vfio-user: refactor out header handling
  vfio-user: simplify vfio_user_recv_one()
  vfio-user: recycle msg on failure

 hw/vfio-user/proxy.c | 206 ++++++++++++++++++++++++-------------------
 1 file changed, 114 insertions(+), 92 deletions(-)

-- 
2.43.0
Re: [PATCH v4 0/5] vfio-user coverity fixes
Posted by Cédric Le Goater 1 week, 3 days ago
On 12/3/25 11:03, John Levon wrote:
> Fix some coverity-reported issues with error handling in vfio-user message
> processing.
> 
> John Levon (5):
>    vfio-user: simplify vfio_user_process()
>    vfio-user: clarify partial message handling
>    vfio-user: refactor out header handling
>    vfio-user: simplify vfio_user_recv_one()
>    vfio-user: recycle msg on failure
> 
>   hw/vfio-user/proxy.c | 206 ++++++++++++++++++++++++-------------------
>   1 file changed, 114 insertions(+), 92 deletions(-)
> 


Applied to vfio-next.

Thanks,

C.