From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPt9q-0001zP-AY for qemu-devel@nongnu.org; Thu, 13 Aug 2015 10:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPt9k-00039i-NM for qemu-devel@nongnu.org; Thu, 13 Aug 2015 10:07:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPt9k-00038B-HA for qemu-devel@nongnu.org; Thu, 13 Aug 2015 10:06:56 -0400 References: <1439397664-70734-1-git-send-email-pbonzini@redhat.com> <1439397664-70734-6-git-send-email-pbonzini@redhat.com> <55CC9833.6020803@greensocs.com> From: Paolo Bonzini Message-ID: <55CCA479.4090701@redhat.com> Date: Thu, 13 Aug 2015 16:06:49 +0200 MIME-Version: 1.0 In-Reply-To: <55CC9833.6020803@greensocs.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/10] cpu-exec: elide more icount code if CONFIG_USER_ONLY List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frederic Konrad , qemu-devel@nongnu.org Cc: mttcg@greensocs.com On 13/08/2015 15:14, Frederic Konrad wrote: > >> Signed-off-by: Paolo Bonzini >> --- >> cpu-exec.c | 6 ++++++ >> 1 file changed, 6 insertions(+) > What about the icount part in CPUState and the tb_start/end ? > Can't this be removed as well? Yes, here I'm just dropping the parts that needs to be adjusted for multi-threading---and won't be until mttcg goes in. Paolo