[libvirt PATCH v4 13/31] qemu: Extract qemuDomainLogContext into a new file

Peter Krempa pkrempa at redhat.com
Tue Feb 7 16:24:12 UTC 2023


On Fri, Jan 20, 2023 at 16:03:07 -0600, Jonathon Jongsma wrote:
> This will allow us to use it for nbdkit logging in upcoming commits.
> 
> Signed-off-by: Jonathon Jongsma <jjongsma at redhat.com>
> ---
>  po/POTFILES                |   1 +
>  src/qemu/meson.build       |   1 +
>  src/qemu/qemu_domain.c     | 247 ++--------------------------------
>  src/qemu/qemu_domain.h     |  29 +---
>  src/qemu/qemu_logcontext.c | 264 +++++++++++++++++++++++++++++++++++++
>  src/qemu/qemu_logcontext.h |  38 ++++++
>  src/qemu/qemu_process.c    |  44 +++----
>  7 files changed, 347 insertions(+), 277 deletions(-)
>  create mode 100644 src/qemu/qemu_logcontext.c
>  create mode 100644 src/qemu/qemu_logcontext.h

Reviewed-by: Peter Krempa <pkrempa at redhat.com>


More information about the libvir-list mailing list