]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Generalize qemuDomainLogContextNew()
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 11 Jan 2023 19:54:06 +0000 (13:54 -0600)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:50 +0000 (14:28 -0500)
commitabdc4f2092d2b5cc330992f9fb25ee6a8ff146b3
tree0064b49ca64a17c2c074a14c86ae75dee1d252f7
parent8d73929e049fff27f77f7e9e5974190e58fef058
Generalize qemuDomainLogContextNew()

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 <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c