Hi all! The ability to correlate the QEMU log and the guest log can be useful for investigating problems. So, I suggest an option to inject timestimps into logfile while writing it.
[sorry for resending, I forget to add qemu-devel on first try :(] Vladimir Sementsov-Ogievskiy (3): char: qemu_chr_write_log() use qemu_write_full() error-report: move real_time_iso8601() to header chardev: add logtimestamp option chardev/char.c | 73 +++++++++++++++++++++++++++++-------- include/chardev/char.h | 2 + include/qemu/error-report.h | 6 +++ qapi/char.json | 6 ++- util/error-report.c | 7 ---- 5 files changed, 70 insertions(+), 24 deletions(-) -- 2.48.1
