util/error: Introduce warn_report_err_once()
authorCédric Le Goater <clg@redhat.com>
Thu, 6 Feb 2025 13:14:29 +0000 (14:14 +0100)
committerCédric Le Goater <clg@redhat.com>
Tue, 11 Feb 2025 13:15:19 +0000 (14:15 +0100)
commit96b339cc4cc7e3d2da0e615e1851d3250b526ea5
tree6dfd5c2fc39b7ca39d24c587e8d6682421a6de4a
parent7b3d5b84cbd742356a1afc6b0fa489d0663f235d
util/error: Introduce warn_report_err_once()

Depending on the configuration of the host and VM, a passthrough
device may generate recurring DMA mapping errors at runtime. In such
cases, reporting the issue once is sufficient.

We have already the warn/error_report_once() routines taking a format
and arguments. Using the same design pattern, add a new warning
variant taking an 'Error *' parameter.

Cc: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250206131438.1505542-2-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
include/qapi/error.h
util/error.c