From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAfSt-0000u1-Er for qemu-devel@nongnu.org; Thu, 02 Jul 2015 10:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAfSp-0002ZG-C5 for qemu-devel@nongnu.org; Thu, 02 Jul 2015 10:27:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAfSp-0002ZC-7A for qemu-devel@nongnu.org; Thu, 02 Jul 2015 10:27:43 -0400 References: <1435254377-13322-1-git-send-email-jjherne@linux.vnet.ibm.com> <1435254377-13322-2-git-send-email-jjherne@linux.vnet.ibm.com> <20150626180702.GK2186@work-vm> <5593F32F.6090909@redhat.com> <559549DC.7020209@linux.vnet.ibm.com> From: Paolo Bonzini Message-ID: <55954A59.8040000@redhat.com> Date: Thu, 2 Jul 2015 16:27:37 +0200 MIME-Version: 1.0 In-Reply-To: <559549DC.7020209@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/5] cpu: Provide vcpu throttling interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jjherne@linux.vnet.ibm.com, "Dr. David Alan Gilbert" Cc: amit.shah@redhat.com, borntraeger@de.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de On 02/07/2015 16:25, Jason J. Herne wrote: > Hi Paolo, > I like your suggestions. I'll switch to a static timer and create it in > cpu_ticks_init. > So no need for a timer_free anywhere then? Nope. :) Paolo