Re: [Qemu-devel] [PATCH] qtest: use qemu_gettimeofday()

2012-04-02 Thread Anthony Liguori
On 03/30/2012 02:05 PM, Anthony Liguori wrote: On linux, qemu_timeval will always be two long ints. On windows, we use our own struct definition. This should fix win64. Signed-off-by: Anthony Liguori Applied. Regards, Anthony Liguori --- qtest.c | 14 +++--- 1 files changed,

[Qemu-devel] [PATCH] qtest: use qemu_gettimeofday()

2012-03-30 Thread Anthony Liguori
On linux, qemu_timeval will always be two long ints. On windows, we use our own struct definition. This should fix win64. Signed-off-by: Anthony Liguori --- qtest.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qtest.c b/qtest.c index cd7186c..daeabb7 10