mirror of https://gitlab.com/qemu-project/qemu
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.
![]() Functions that use an Error **errp parameter to return errors should
not also report them to the user, because reporting is the caller's
job. When the caller does, the error is reported twice. When it
doesn't (because it recovered from the error), there is no error to
report, i.e. the report is bogus.
cxl_fmws_link_targets() violates this principle: it calls
error_setg(&error_fatal, ...) via cxl_fmws_link(). Goes back to
commit
|
3 weeks ago | |
---|---|---|
.. | ||
Kconfig | ||
cxl-cdat.c | 2 years ago | |
cxl-component-utils.c | 8 months ago | |
cxl-device-utils.c | 5 months ago | |
cxl-events.c | 3 months ago | |
cxl-host-stubs.c | 4 months ago | |
cxl-host.c | 3 weeks ago | |
cxl-mailbox-utils.c | 3 months ago | |
meson.build | 2 years ago | |
switch-mailbox-cci.c | 6 months ago |