On 4/30/25 21:39, John Levon wrote:
Various bits of code that call vfio device APIs should consistently use
the "return -errno" approach for passing errors back, rather than
presuming errno is (still) set correctly.
Signed-off-by: John Levon
Reviewed-by: Cédric Le Goater
Thanks,
C.
---
Various bits of code that call vfio device APIs should consistently use
the "return -errno" approach for passing errors back, rather than
presuming errno is (still) set correctly.
Signed-off-by: John Levon
---
hw/vfio/pci.c | 33 -
1 file changed, 20 insertions(+)