Re: [libvirt PATCH v4 12/31] Generalize qemuDomainLogContextNew()

2023-02-07 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:06 -0600, Jonathon Jongsma wrote: > Allow to specify a basename for the log file so that > qemuDomainLogContextNew() can be used to create log contexts for > secondary loggers. > > Signed-off-by: Jonathon Jongsma > --- > src/qemu/qemu_domain.c | 5 +++-- > src/qemu

[libvirt PATCH v4 12/31] Generalize qemuDomainLogContextNew()

2023-01-20 Thread Jonathon Jongsma
Allow to specify a basename for the log file so that qemuDomainLogContextNew() can be used to create log contexts for secondary loggers. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_domain.c | 5 +++-- src/qemu/qemu_domain.h | 3 ++- src/qemu/qemu_process.c | 2 +- 3 files changed, 6 inse