Re: [Qemu-devel] [PATCH] qemu-error: make the timestamp more obvious and clear

2015-05-20 Thread Gonglei
On 2015/5/21 11:07, Eric Blake wrote: > On 05/20/2015 08:54 PM, arei.gong...@huawei.com wrote: >> From: Gonglei >> >> before: >>(qemu) 2015-05-21T02:07:43.695065Z qemu-system-x86_64: test > > Ah, but the trailing Z is UTC, > >> after applying this patch: >>(qemu) [2015-05-21T02:21:46

Re: [Qemu-devel] [PATCH] qemu-error: make the timestamp more obvious and clear

2015-05-20 Thread Eric Blake
On 05/20/2015 08:54 PM, arei.gong...@huawei.com wrote: > From: Gonglei > > before: >(qemu) 2015-05-21T02:07:43.695065Z qemu-system-x86_64: test Ah, but the trailing Z is UTC, > after applying this patch: >(qemu) [2015-05-21T02:21:46.023619Z UTC] qemu-system-x86_64: test so this

[Qemu-devel] [PATCH] qemu-error: make the timestamp more obvious and clear

2015-05-20 Thread arei.gonglei
From: Gonglei before: (qemu) 2015-05-21T02:07:43.695065Z qemu-system-x86_64: test after applying this patch: (qemu) [2015-05-21T02:21:46.023619Z UTC] qemu-system-x86_64: test Cc: Eric Blake Signed-off-by: Gonglei --- util/qemu-error.c | 2 +- 1 file changed, 1 insertion(+), 1 de