[PATCH 0/2] qemu: add append mode config for serial file

Oleg Vasilev oleg.vasilev at virtuozzo.com
Wed Dec 28 07:54:06 UTC 2022


Ping

On 29.11.2022 21:54, Oleg Vasilev wrote:
> Serial log file contains lots of useful information for debugging
> configuration problems. It makes sense to preserve the log in between
> restarts, so that one can later figure out what was going on.
> 
> Oleg Vasilev (2):
>    qemu: add append mode config for serial file
>    qemuxml2xmltest: add serial append=on test
> 
>   src/qemu/libvirtd_qemu.aug                    |  3 +
>   src/qemu/qemu.conf.in                         | 10 ++++
>   src/qemu/qemu_conf.c                          |  4 ++
>   src/qemu/qemu_conf.h                          |  2 +
>   src/qemu/qemu_domain.c                        | 13 +++++
>   src/qemu/test_libvirtd_qemu.aug.in            |  1 +
>   tests/qemuxml2argvdata/serial-append.xml      | 56 +++++++++++++++++++
>   .../serial-append.x86_64-latest.xml           | 56 +++++++++++++++++++
>   tests/qemuxml2xmltest.c                       |  4 ++
>   9 files changed, 149 insertions(+)
>   create mode 100644 tests/qemuxml2argvdata/serial-append.xml
>   create mode 100644 tests/qemuxml2xmloutdata/serial-append.x86_64-latest.xml
> 



More information about the libvir-list mailing list