From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0A8w-0007SM-MB for qemu-devel@nongnu.org; Thu, 26 Jun 2014 09:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0A8n-0005GC-LW for qemu-devel@nongnu.org; Thu, 26 Jun 2014 09:55:14 -0400 Received: from [2001:41d0:8:2b42::1] (port=59232 helo=greensocs.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0A8n-0005D3-G7 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 09:55:05 -0400 Message-ID: <53AC2636.3040408@greensocs.com> Date: Thu, 26 Jun 2014 15:55:02 +0200 From: Frederic Konrad MIME-Version: 1.0 References: <1403709607-6434-1-git-send-email-fred.konrad@greensocs.com> <53AAEE32.2000102@redhat.com> <53ABD731.6010604@greensocs.com> <53ABF2A0.2050501@redhat.com> In-Reply-To: <53ABF2A0.2050501@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v5 00/13] Reverse execution. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, quintela@redhat.com, mark.burton@greensocs.com, dgilbert@redhat.com, amit.shah@redhat.com, vilanova@ac.upc.edu On 26/06/2014 12:14, Paolo Bonzini wrote: > Il 26/06/2014 10:17, Frederic Konrad ha scritto: >> >> Hi, >> >> You mean adding cexe as a suboption of icount? >> >> Is both option related? >> I mean reverse execution needs icount but I think it doesn't make sense >> to make it as icount suboption? > > I think it does. The implementation relies heavily on icount. (Also > please s/cexe/revexec/ :)). > > Paolo Ok right for the name :), Can't this suboption be fixed in a future patch when icount QemuOpts patch will be merged? Thanks, Fred