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

Oleg Vasilev posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20221129155452.840407-1-oleg.vasilev@virtuozzo.com
There is a newer version of this series
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
[PATCH 0/2] qemu: add append mode config for serial file
Posted by Oleg Vasilev 1 year, 5 months ago
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

-- 
2.38.1
Re: [PATCH 0/2] qemu: add append mode config for serial file
Posted by Oleg Vasilev 1 year, 4 months ago
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
>