]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Extract qemuDomainLogContext into a new file
authorJonathon Jongsma <jjongsma@redhat.com>
Thu, 12 Jan 2023 15:51:43 +0000 (09:51 -0600)
committerJonathon Jongsma <jjongsma@redhat.com>
Tue, 19 Sep 2023 19:28:50 +0000 (14:28 -0500)
commitb658b1a27e88a8d22e08b0b049af9b3b45b51e47
treeb5a54aa9a9f9d146e797a68c6a743f51db1b207c
parentabdc4f2092d2b5cc330992f9fb25ee6a8ff146b3
qemu: Extract qemuDomainLogContext into a new file

This will allow us to use it for nbdkit logging in upcoming commits.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
po/POTFILES
src/qemu/meson.build
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_logcontext.c [new file with mode: 0644]
src/qemu/qemu_logcontext.h [new file with mode: 0644]
src/qemu/qemu_process.c