[Qemu-devel] [PATCH] Replaced get_ticks_per_sec calls with NANOSECONDS_PER_SECOND

2016-03-10 Thread rutuja shah
Hi, As there are no callers to get_ticks_per_sec() function, definition of this function could be removed completely? --- backends/baum.c | 2 +- block/qed.c | 2 +- cpus.c| 6 +++--- hw/acpi/core.c| 4 ++-- hw/arm/omap1.c| 14

Re: [Qemu-devel] [PATCH] Replaced get_ticks_per_sec calls with NANOSECONDS_PER_SECOND

2016-03-10 Thread Paolo Bonzini
On 10/03/2016 18:22, rutuja shah wrote: > Hi, > As there are no callers to get_ticks_per_sec() function, definition of > this function could be removed completely? Yes, please. > diff --git a/backends/baum.c b/backends/baum.c > index c11320e..20b49f2 100644 > --- a/backends/baum.c > +++ b/backe