summary refs log tree commit diff stats
path: root/hw/intc/omap_intc.c
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-10-23 09:51:00 +0100
committerJason Wang <jasowang@redhat.com>2024-10-28 14:37:25 +0800
commit00b69f1d867ddcf8884c92f5647b424088e754e4 (patch)
tree3f53103f187c3861380a18fba5fa216f6937037d /hw/intc/omap_intc.c
parent31efce1e311830431718536c6461815b04e08bf9 (diff)
downloadfocaccia-qemu-00b69f1d867ddcf8884c92f5647b424088e754e4.tar.gz
focaccia-qemu-00b69f1d867ddcf8884c92f5647b424088e754e4.zip
ebpf: add formal error reporting to all APIs
The eBPF code is currently reporting error messages through trace
events. Trace events are fine for debugging, but they are not to be
considered the primary error reporting mechanism, as their output
is inaccessible to callers.

This adds an "Error **errp" parameter to all methods which have
important error scenarios to report to the caller.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/intc/omap_intc.c')
0 files changed, 0 insertions, 0 deletions