[PATCH v2 0/3] vfio-user fixes

John Levon posted 3 patches 1 day, 6 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260410085716.877185-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>, Pierrick Bouvier <pierrick.bouvier@linaro.org>
There is a newer version of this series
docs/interop/vfio-user.rst |  8 +++++++-
hw/vfio-user/protocol.h    | 14 ++++++++++++-
hw/vfio-user/device.c      | 42 ++++++++++++++++++++++++++++++++++++++
hw/vfio-user/pci.c         | 30 +++++++++++++++++++--------
hw/vfio-user/trace-events  | 23 ++++++++++++---------
5 files changed, 97 insertions(+), 20 deletions(-)
[PATCH v2 0/3] vfio-user fixes
Posted by John Levon 1 day, 6 hours ago

John Levon (3):
  vfio-user: support VFIO_USER_DEVICE_FEATURE
  vfio-user: correct protocol for DMA reads/writes
  vfio-user: fix DMA write reply

 docs/interop/vfio-user.rst |  8 +++++++-
 hw/vfio-user/protocol.h    | 14 ++++++++++++-
 hw/vfio-user/device.c      | 42 ++++++++++++++++++++++++++++++++++++++
 hw/vfio-user/pci.c         | 30 +++++++++++++++++++--------
 hw/vfio-user/trace-events  | 23 ++++++++++++---------
 5 files changed, 97 insertions(+), 20 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/3] vfio-user fixes
Posted by Cédric Le Goater 22 hours ago
On 4/10/26 10:57, John Levon wrote:
> 
> 
> John Levon (3):
>    vfio-user: support VFIO_USER_DEVICE_FEATURE
>    vfio-user: correct protocol for DMA reads/writes
>    vfio-user: fix DMA write reply
> 
>   docs/interop/vfio-user.rst |  8 +++++++-
>   hw/vfio-user/protocol.h    | 14 ++++++++++++-
>   hw/vfio-user/device.c      | 42 ++++++++++++++++++++++++++++++++++++++
>   hw/vfio-user/pci.c         | 30 +++++++++++++++++++--------
>   hw/vfio-user/trace-events  | 23 ++++++++++++---------
>   5 files changed, 97 insertions(+), 20 deletions(-)
> 


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

Thanks,

C.