From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiHiB-0003DH-ME for qemu-devel@nongnu.org; Tue, 22 Mar 2016 04:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiHi7-0003Wf-ND for qemu-devel@nongnu.org; Tue, 22 Mar 2016 04:30:47 -0400 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:34078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiHi7-0003WK-E7 for qemu-devel@nongnu.org; Tue, 22 Mar 2016 04:30:43 -0400 Received: by mail-wm0-x22a.google.com with SMTP id p65so181432789wmp.1 for ; Tue, 22 Mar 2016 01:30:43 -0700 (PDT) Sender: Paolo Bonzini References: <56EFFD82.5040404@redhat.com> From: Paolo Bonzini Message-ID: <56F102B0.7030407@redhat.com> Date: Tue, 22 Mar 2016 09:30:40 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Query about BiteSizeTasks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: haris iqbal Cc: qemu-devel@nongnu.org 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