Re: [Qemu-devel] [PATCH 2/3] use gettimeofday() instead of time()

2012-01-05 Thread Sasha Levin
On Fri, 2012-01-06 at 07:37 +, Zhang, Yang Z wrote: > Please refer the patch zero for the description. Each patch should have description about what it does in the changelog, otherwise you're going to lose important information about the change. Furthermore, cover letters don't get merged at

[Qemu-devel] [PATCH 2/3] use gettimeofday() instead of time()

2012-01-05 Thread Zhang, Yang Z
use gettimeofday() instead of time(). Please refer the patch zero for the description. Signed-off-by: Yang Zhang diff --git a/vl.c b/vl.c index 01c5a9d..9a51047 100644 --- a/vl.c +++ b/vl.c @@ -438,8 +438,11 @@ void qemu_get_timedate(struct tm *tm, int64_t offset) { time_t ti; struct