]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio-user: implement message send infrastructure
authorJohn Levon <john.levon@nutanix.com>
Wed, 25 Jun 2025 19:29:56 +0000 (20:29 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 26 Jun 2025 06:55:38 +0000 (08:55 +0200)
commit36227628d824f563fda95f9344176ca7263c7eaf
tree495f5805d7b98b937003322b6a1436cde18586f4
parent0b3d881a061b284a3db00d7fe9d33581fb424287
vfio-user: implement message send infrastructure

Add plumbing for sending vfio-user messages on the control socket.
Add initial version negotation on connection.

Originally-by: John Johnson <john.g.johnson@oracle.com>
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250625193012.2316242-5-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio-user/pci.c
hw/vfio-user/protocol.h
hw/vfio-user/proxy.c
hw/vfio-user/proxy.h
hw/vfio-user/trace-events