On 22/03/2016 05:34, haris iqbal wrote: > Hello, > > One more thing I noticed was that there is no function prototype for > the function get_ticks_per_sec(). > > I was planning to use a script to change all the used of > get_ticks_per_sec() to NANOSECONDS_PER_SECOND with an exception of the > function definition itself in include/qemu/timer.h. SO wanted to know > if there is a function prototype that should also be skipped.
A patch for this has already been posted, though it's not yet in qemu.git. Paolo