Re: [Qemu-devel] [PULL 6/6] add timestamp to error_report()

2013-07-12 Thread Seiji Aguchi
qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PULL 6/6] add timestamp to error_report() > > On Fri, 12 Jul 2013 08:58:03 +0200 > Paolo Bonzini wrote: > > > Il 10/07/2013 19:52, Luiz Capitulino ha scritto: > > > From: Seiji Aguchi > > > > > > [Issue]

Re: [Qemu-devel] [PULL 6/6] add timestamp to error_report()

2013-07-12 Thread Luiz Capitulino
On Fri, 12 Jul 2013 08:58:03 +0200 Paolo Bonzini wrote: > Il 10/07/2013 19:52, Luiz Capitulino ha scritto: > > From: 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

Re: [Qemu-devel] [PULL 6/6] add timestamp to error_report()

2013-07-11 Thread Paolo Bonzini
Il 10/07/2013 19:52, Luiz Capitulino ha scritto: > From: 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. > >

[Qemu-devel] [PULL 6/6] add timestamp to error_report()

2013-07-10 Thread Luiz Capitulino
From: 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