On 4/30/25 21:39, John Levon wrote:
Add simple helpers to correctly report failures from read/write routines
using the return -errno style.
I would keep these helpers under vfio for the moment.
Their use is a bit context-specific and making them common requires
more work, which would likely ma
Add simple helpers to correctly report failures from read/write routines
using the return -errno style.
Signed-off-by: John Levon
---
include/qemu/error-report.h | 14 ++
1 file changed, 14 insertions(+)
diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h
index 3a