Re: [Qemu-devel] [PATCH 0/3] QEMU logging improvements

2015-10-26 Thread Markus Armbruster
"Denis V. Lunev" writes: > The following is done: > - QMP/HMP events are now logged > - timestamp is added to the log message > - arguments of qemu_log/qemu_log_mask are not calculated now if the log > is disabled > > These patches are sent in the hope that it is not too late for QEMU 2.5. > >

Re: [Qemu-devel] [PATCH 0/3] QEMU logging improvements

2015-10-15 Thread Kashyap Chamarthy
On Thu, Oct 15, 2015 at 06:18:31PM +0300, Pavel Butsykin wrote: > > On 15.10.2015 17:49, Kashyap Chamarthy wrote: > >On Thu, Oct 15, 2015 at 10:30:21AM +0300, Denis V. Lunev wrote: > >>The following is done: > >>- QMP/HMP events are now logged > > > >I applied this patch series locally, and tried

Re: [Qemu-devel] [PATCH 0/3] QEMU logging improvements

2015-10-15 Thread Pavel Butsykin
On 15.10.2015 17:49, Kashyap Chamarthy wrote: On Thu, Oct 15, 2015 at 10:30:21AM +0300, Denis V. Lunev wrote: The following is done: - QMP/HMP events are now logged I applied this patch series locally, and tried to test it the below way: Launch a minimal QEMU instance: $ /home/kashyapc/

Re: [Qemu-devel] [PATCH 0/3] QEMU logging improvements

2015-10-15 Thread Kashyap Chamarthy
On Thu, Oct 15, 2015 at 10:30:21AM +0300, Denis V. Lunev wrote: > The following is done: > - QMP/HMP events are now logged I applied this patch series locally, and tried to test it the below way: Launch a minimal QEMU instance: $ /home/kashyapc/build/build-qemu-upstream/x86_64-softmmu/qemu-sys

[Qemu-devel] [PATCH 0/3] QEMU logging improvements

2015-10-15 Thread Denis V. Lunev
The following is done: - QMP/HMP events are now logged - timestamp is added to the log message - arguments of qemu_log/qemu_log_mask are not calculated now if the log is disabled These patches are sent in the hope that it is not too late for QEMU 2.5. Logging subsystem in QEMU looks rudimentary