]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Ignore libvirt debug messages in qemu log
authorJiri Denemark <jdenemar@redhat.com>
Wed, 30 Mar 2011 11:57:27 +0000 (13:57 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 1 Apr 2011 06:48:32 +0000 (08:48 +0200)
commit72ab0b6dc8129a388aff260a6e444d48495b0e93
tree4832612b9fdca5c62e5cef4cb9fdbc76661c4fca
parent0ca16a78afbd3bdd44407c5813ad17765a7844f6
qemu: Ignore libvirt debug messages in qemu log

qemu driver uses a 4K buffer for reading qemu log file. This is enough
when only qemu's output is present in the log file. However, when
debugging messages are turned on, intermediate libvirt process fills the
log with a bunch of debugging messages before it executes qemu binary.
In such a case the buffer may become too small. However, we are not
really interested in libvirt messages so they can be filtered out from
the buffer.
src/qemu/qemu_process.c
src/util/logging.c