]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
authorJohn Levon <john.levon@nutanix.com>
Wed, 25 Jun 2025 19:30:01 +0000 (20:30 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 26 Jun 2025 06:55:38 +0000 (08:55 +0200)
commitca1add1696dd53f905c2a17f36159d54e9b6f527
tree444198d3b362457df2c05d0aec7e784ae9fcf1db
parent692e0ec50c2f38a7952f7e7c4c375c77b141f6b2
vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*

IRQ setup uses the same semantics as the traditional vfio path, but we
need to share the corresponding file descriptors with the server as
necessary.

Originally-by: John Johnson <john.g.johnson@oracle.com>
Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Signed-off-by: Jagannathan Raman <jag.raman@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-10-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio-user/device.c
hw/vfio-user/protocol.h
hw/vfio-user/trace-events