Re: [Qemu-devel] [PATCH] Revert "timer: replace time() with QEMU_CLOCK_HOST"

2015-03-10 Thread Paolo Bonzini
On 10/03/2015 12:49, Alexey Kardashevskiy wrote: > Sure! Who/how? :) s/qemu_time/tcg_time/, but if Peter is not using it and Fabrice broke it, might as well remove it. Paolo

Re: [Qemu-devel] [PATCH] Revert "timer: replace time() with QEMU_CLOCK_HOST"

2015-03-10 Thread Alexey Kardashevskiy
On 03/10/2015 10:05 PM, Paolo Bonzini wrote: On 10/03/2015 03:43, Alexey Kardashevskiy wrote: This reverts commit 2ed1ebcf65edf6757d8904000889ce52cc0a9d1b as it breaks compile when configured with --enable-profiler: /home/alexey/p/qemu/vl.c:710:15: error: 'qemu_time' redeclared as different

Re: [Qemu-devel] [PATCH] Revert "timer: replace time() with QEMU_CLOCK_HOST"

2015-03-10 Thread Paolo Bonzini
On 10/03/2015 03:43, Alexey Kardashevskiy wrote: > This reverts commit 2ed1ebcf65edf6757d8904000889ce52cc0a9d1b > as it breaks compile when configured with --enable-profiler: > > /home/alexey/p/qemu/vl.c:710:15: error: 'qemu_time' redeclared as different > kind of symbol > static time_t qemu_t

[Qemu-devel] [PATCH] Revert "timer: replace time() with QEMU_CLOCK_HOST"

2015-03-09 Thread Alexey Kardashevskiy
This reverts commit 2ed1ebcf65edf6757d8904000889ce52cc0a9d1b as it breaks compile when configured with --enable-profiler: /home/alexey/p/qemu/vl.c:710:15: error: 'qemu_time' redeclared as different kind of symbol static time_t qemu_time(void) ^ In file included from /home/alexey/p