[PULL 0/6] vfio queue

Cédric Le Goater posted 6 patches 1 week, 3 days ago
Failed in applying to current master (apply log)
Maintainers: John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>
There is a newer version of this series
docs/interop/vfio-user.rst | 554 +++++++++++++++++++++++++++++++++++++++++----
hw/vfio-user/proxy.c       | 206 +++++++++--------
2 files changed, 620 insertions(+), 140 deletions(-)
[PULL 0/6] vfio queue
Posted by Cédric Le Goater 1 week, 3 days ago
The following changes since commit 05f36f7c0512c40a8f929e8ba2ca3c825198f234:

  Update version for v10.2.0-rc2 release (2025-12-02 20:09:51 -0800)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-vfio-20251203

for you to fetch changes up to 23c586abf2e12843894189c4742c8ea55c594cd5:

  vfio-user: recycle msg on failure (2025-12-03 15:07:47 +0100)

----------------------------------------------------------------
vfio queue:

* Fix vfio-user issues reported by Coverity
* Update vfio-user documentation

----------------------------------------------------------------
John Levon (6):
      docs/interop/vfio-user: update protocol specification
      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

 docs/interop/vfio-user.rst | 554 +++++++++++++++++++++++++++++++++++++++++----
 hw/vfio-user/proxy.c       | 206 +++++++++--------
 2 files changed, 620 insertions(+), 140 deletions(-)
Re: [PULL 0/6] vfio queue
Posted by Richard Henderson 1 week, 2 days ago
On 12/3/25 09:12, Cédric Le Goater wrote:
> The following changes since commit 05f36f7c0512c40a8f929e8ba2ca3c825198f234:
> 
>    Update version for v10.2.0-rc2 release (2025-12-02 20:09:51 -0800)
> 
> are available in the Git repository at:
> 
>    https://github.com/legoater/qemu/ tags/pull-vfio-20251203
> 
> for you to fetch changes up to 23c586abf2e12843894189c4742c8ea55c594cd5:
> 
>    vfio-user: recycle msg on failure (2025-12-03 15:07:47 +0100)
> 
> ----------------------------------------------------------------
> vfio queue:
> 
> * Fix vfio-user issues reported by Coverity
> * Update vfio-user documentation


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~