qemu-log: introduce qemu_log_separate
In some cases, the same message is printed both on stderr and in the log.
Avoid duplicate output in the default case where stderr _is_ the log,
and standardize this to stderr+log where it used to use stdio+log.
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- exec.c 1 addition, 1 deletionexec.c
- include/qemu/log.h 7 additions, 0 deletionsinclude/qemu/log.h
- linux-user/main.c 2 additions, 2 deletionslinux-user/main.c
- target-cris/translate.c 4 additions, 2 deletionstarget-cris/translate.c
- target-ppc/excp_helper.c 3 additions, 4 deletionstarget-ppc/excp_helper.c
- target-ppc/translate.c 24 additions, 16 deletionstarget-ppc/translate.c
- target-s390x/helper.c 1 addition, 1 deletiontarget-s390x/helper.c
- target-s390x/mmu_helper.c 1 addition, 1 deletiontarget-s390x/mmu_helper.c
Loading
Please register or sign in to comment