Re: [libvirt] [PATCH] qemu: include libvirt & QEMU versions in QEMU log files

2015-02-03 Thread Eric Blake
On 02/03/2015 08:54 AM, Daniel P. Berrange wrote: > It is often helpful to know which version of libvirt and QEMU > was present when a guest was first launched. Ensure this info > is written into the QEMU log file for each guest. > --- > src/qemu/qemu_capabilities.c | 22 +- > src/

[libvirt] [PATCH] qemu: include libvirt & QEMU versions in QEMU log files

2015-02-03 Thread Daniel P. Berrange
It is often helpful to know which version of libvirt and QEMU was present when a guest was first launched. Ensure this info is written into the QEMU log file for each guest. --- src/qemu/qemu_capabilities.c | 22 +- src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_command.c