Re: [Qemu-devel] [PATCH v6] add timestamp to error_report()

2013-07-09 Thread Laszlo Ersek
On 07/08/13 21:00, Luiz Capitulino wrote: > On Mon, 8 Jul 2013 18:47:24 + > Seiji Aguchi wrote: > +DEF("msg", HAS_ARG, QEMU_OPTION_msg, +"-msg timestamp[=on|off]\n" +"change the format of messages\n" +"on|off controls leading tim

Re: [Qemu-devel] [PATCH v6] add timestamp to error_report()

2013-07-08 Thread Luiz Capitulino
On Mon, 8 Jul 2013 18:47:24 + Seiji Aguchi wrote: > > > +DEF("msg", HAS_ARG, QEMU_OPTION_msg, > > > +"-msg timestamp[=on|off]\n" > > > +"change the format of messages\n" > > > +"on|off controls leading timestamps (default:on)\n", > > > > Did you re

Re: [Qemu-devel] [PATCH v6] add timestamp to error_report()

2013-07-08 Thread Seiji Aguchi
> > +DEF("msg", HAS_ARG, QEMU_OPTION_msg, > > +"-msg timestamp[=on|off]\n" > > +"change the format of messages\n" > > +"on|off controls leading timestamps (default:on)\n", > > Did you really intend to say it's on by default? Because it's actually > disab

Re: [Qemu-devel] [PATCH v6] add timestamp to error_report()

2013-07-08 Thread Luiz Capitulino
On Wed, 03 Jul 2013 23:02:46 -0400 Seiji Aguchi wrote: > [Issue] > When we offer a customer support service and a problem happens > in a customer's system, we try to understand the problem by > comparing what the customer reports with message logs of the > customer's system. > > In this case, we

Re: [Qemu-devel] [PATCH v6] add timestamp to error_report()

2013-07-04 Thread Stefan Hajnoczi
On Wed, Jul 03, 2013 at 11:02:46PM -0400, Seiji Aguchi wrote: > [Issue] > When we offer a customer support service and a problem happens > in a customer's system, we try to understand the problem by > comparing what the customer reports with message logs of the > customer's system. > > In this cas

[Qemu-devel] [PATCH v6] add timestamp to error_report()

2013-07-03 Thread Seiji Aguchi
[Issue] When we offer a customer support service and a problem happens in a customer's system, we try to understand the problem by comparing what the customer reports with message logs of the customer's system. In this case, we often need to know when the problem happens. But, currently, there is