From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py2vq-00012A-4d for qemu-devel@nongnu.org; Fri, 11 Mar 2011 09:03:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py2vo-0001Xu-Jy for qemu-devel@nongnu.org; Fri, 11 Mar 2011 09:03:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py2vn-0001Xb-RT for qemu-devel@nongnu.org; Fri, 11 Mar 2011 09:03:04 -0500 Message-ID: <4D7A2B91.4060909@redhat.com> Date: Fri, 11 Mar 2011 15:02:57 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1299759171-26095-1-git-send-email-pbonzini@redhat.com> <20110311125717.GB13236@edde.se.axis.com> <4D7A2571.7000704@redhat.com> <20110311133619.GC13236@edde.se.axis.com> In-Reply-To: <20110311133619.GC13236@edde.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 0/3] really fix -icount with iothread List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: jan.kiszka@web.de, qemu-devel@nongnu.org On 03/11/2011 02:36 PM, Edgar E. Iglesias wrote: > Yes, something like that. Or somehow sleep for some time related to the > time left until the next event to avoid the warps from beeing too visible > externally (e.g like sending a network packet continously instead of > every 100ms). The important part is to make sure the insn counter makes > progress also when the vCPU is sleeping. Ok, thanks! Paolo