]> Git Repo - qemu.git/commit - include/qemu/log.h
util/log: Pass Error pointer to qemu_set_log
authorRichard Henderson <[email protected]>
Sun, 17 Apr 2022 18:29:44 +0000 (11:29 -0700)
committerRichard Henderson <[email protected]>
Wed, 20 Apr 2022 17:51:11 +0000 (10:51 -0700)
commitc5955f4ff4689b7a04cf0a1109fa97ce885876b4
tree27a7af47ce5ee5469d49c2736f728a6ef646e7cd
parente2c7c6a454c2c4221461aa04e4061dbb91b4986c
util/log: Pass Error pointer to qemu_set_log

Do not force exit within qemu_set_log; return bool and pass
an Error value back up the stack as per usual.

Reviewed-by: Alex BennĂ©e <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20220417183019[email protected]>
12 files changed:
bsd-user/main.c
include/qemu/log.h
linux-user/main.c
monitor/misc.c
qemu-img.c
qemu-io.c
qemu-nbd.c
scsi/qemu-pr-helper.c
softmmu/vl.c
storage-daemon/qemu-storage-daemon.c
tests/unit/test-logging.c
util/log.c
This page took 0.032 seconds and 4 git commands to generate.