From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaPxw-0004wj-4v for qemu-devel@nongnu.org; Fri, 11 Sep 2015 11:10:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaPxq-0005SI-KX for qemu-devel@nongnu.org; Fri, 11 Sep 2015 11:10:16 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:36568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaPxq-0005S5-Gi for qemu-devel@nongnu.org; Fri, 11 Sep 2015 11:10:10 -0400 Received: by qgx61 with SMTP id 61so64809805qgx.3 for ; Fri, 11 Sep 2015 08:10:10 -0700 (PDT) Sender: Richard Henderson References: <44a7c73604ed2552af47ed02b047b6a772b683e0.1441614289.git.crosthwaite.peter@gmail.com> From: Richard Henderson Message-ID: <55F2EECC.5070608@twiddle.net> Date: Fri, 11 Sep 2015 08:10:04 -0700 MIME-Version: 1.0 In-Reply-To: <44a7c73604ed2552af47ed02b047b6a772b683e0.1441614289.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 03/15] translate-all: Move tcg_handle_interrupt() to -common List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, peter.maydell@linaro.org On 09/10/2015 10:39 PM, Peter Crosthwaite wrote: > -CPUInterruptHandler cpu_interrupt_handler = tcg_handle_interrupt; > - > -/* in deterministic execution mode, instructions doing device I/Os > - must be at the end of the TB */ > void cpu_io_recompile(CPUState *cpu, uintptr_t retaddr) Deleting the block comment for the next function? r~