From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlYuo-0006LC-H1 for qemu-devel@nongnu.org; Wed, 09 Sep 2009 21:57:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlYuj-0006Hb-PP for qemu-devel@nongnu.org; Wed, 09 Sep 2009 21:57:37 -0400 Received: from [199.232.76.173] (port=54513 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlYuj-0006HR-FC for qemu-devel@nongnu.org; Wed, 09 Sep 2009 21:57:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37234) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlYui-0000lm-EP for qemu-devel@nongnu.org; Wed, 09 Sep 2009 21:57:33 -0400 From: Juan Quintela In-Reply-To: (malc's message of "Thu, 10 Sep 2009 05:20:54 +0400 (MSD)") References: Date: Thu, 10 Sep 2009 03:57:16 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 05/26] Unexport ticks_per_sec variable. Create get_ticks_per_sec() function List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org malc wrote: > On Thu, 10 Sep 2009, Juan Quintela wrote: > > Point being? > > [..snip..] See next patch. We need to put the variable in one struct, we don't want to change everything to read the variable from the struct. And at some point code, timer code have to move to qemu-timer.c code, not in vl.c. Later, Juan.