-
- Downloads
Fix usage of virReportSystemError
virReportSystemError is reserved for reporting system errors, calling it
with VIR_ERR_* error codes produces error messages that do not make any
sense, such as
internal error: guest failed to start: Kernel doesn't support user
namespace: Link has been severed
We should prohibit wrong usage with a syntax-check rule.
Signed-off-by:
Jiri Denemark <jdenemar@redhat.com>
Showing
- cfg.mk 5 additions, 0 deletionscfg.mk
- src/lxc/lxc_container.c 2 additions, 2 deletionssrc/lxc/lxc_container.c
- src/openvz/openvz_conf.c 2 additions, 2 deletionssrc/openvz/openvz_conf.c
- src/qemu/qemu_migration.c 6 additions, 6 deletionssrc/qemu/qemu_migration.c
- src/util/virnetdevopenvswitch.c 11 additions, 11 deletionssrc/util/virnetdevopenvswitch.c
- src/util/virobject.c 2 additions, 2 deletionssrc/util/virobject.c
Loading
Please register or sign in to comment