]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: remove writing to QEMU log file for rename operation
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Nov 2015 16:06:07 +0000 (16:06 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 26 Nov 2015 14:30:14 +0000 (14:30 +0000)
commit37c0ac267dc824630249bcd0a2fcf93807ea2b19
treeabba268e5dce7fc30a365fd63258a510c77f446f
parent37ed4224040d264f6ca891e041335702571ba5c2
qemu: remove writing to QEMU log file for rename operation

The rename operation only works on inactive virtual machines,
but it none the less writes to the log file used by the QEMU
processes. This log file is not intended to provide a general
purpose audit trail of operations performed on VMs. The audit
subsystem has recording of important operations. If we want
to extend that to cover all significant public APIs that is
a valid thing to consider, but we shouldn't arbitrarily log
specific APIs into the QEMU log file in the meantime.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_driver.c