You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/qapi
Cédric Le Goater 96b339cc4c 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>
2 weeks ago
..
qmp qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h 2 weeks ago
clone-visitor.h qapi: Do not cast function pointers 9 months ago
compat-policy.h qapi: change 'unsigned special_features' to 'uint64_t features' 2 weeks ago
dealloc-visitor.h include: Fix typos found by codespell 8 years ago
error.h util/error: Introduce warn_report_err_once() 2 weeks ago
forward-visitor.h qapi: introduce forwarding visitor 4 years ago
opts-visitor.h Move include qemu/option.h from qemu-common.h to actual users 7 years ago
qmp-event.h qapi: Eliminate indirection through qmp_event_get_func_emit() 6 years ago
qmp-registry.h qapi: change 'unsigned special_features' to 'uint64_t features' 2 weeks ago
qobject-input-visitor.h qapi: Move compat policy from QObject to generic visitor 3 years ago
qobject-output-visitor.h qapi: Move compat policy from QObject to generic visitor 3 years ago
string-input-visitor.h qapi: Rewrite string-input-visitor's integer and list parsing 6 years ago
string-output-visitor.h string-output-visitor: show structs as "<omitted>" 1 year ago
type-helpers.h qapi: New strv_from_str_list() 12 months ago
util.h qapi: change 'unsigned special_features' to 'uint64_t features' 2 weeks ago
visitor-impl.h qapi: change 'unsigned special_features' to 'uint64_t features' 2 weeks ago
visitor.h qapi: change 'unsigned special_features' to 'uint64_t features' 2 weeks ago