Re: [Qemu-devel] [PATCH] Use clock_gettime() on OpenBSD

2013-03-30 Thread Peter Maydell
On 30 March 2013 06:25, Brad Smith wrote: > init_get_clock() already indicates to get_clock() to utilize > clock_gettime() with a monotonic clock but OpenBSD was missing > from the list of OS's to use a monotonic clock on. > > What I don't understand is why is init_get_clock() not called > anywher

[Qemu-devel] [PATCH] Use clock_gettime() on OpenBSD

2013-03-29 Thread Brad Smith
init_get_clock() already indicates to get_clock() to utilize clock_gettime() with a monotonic clock but OpenBSD was missing from the list of OS's to use a monotonic clock on. What I don't understand is why is init_get_clock() not called anywhere? diff --git a/include/qemu/timer.h b/include/qemu/