From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFPQG-0004Wz-5F for qemu-devel@nongnu.org; Sat, 22 Sep 2012 09:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFPQC-00071X-6m for qemu-devel@nongnu.org; Sat, 22 Sep 2012 09:07:04 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:49314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFPQB-00071T-Vb for qemu-devel@nongnu.org; Sat, 22 Sep 2012 09:07:00 -0400 Received: by lbbgm13 with SMTP id gm13so4890978lbb.4 for ; Sat, 22 Sep 2012 06:06:58 -0700 (PDT) Message-ID: <505DB7E7.9040507@gmail.com> Date: Sat, 22 Sep 2012 17:06:47 +0400 From: Max Filippov MIME-Version: 1.0 References: <1348273096-1495-1-git-send-email-rth@twiddle.net> <1348273096-1495-9-git-send-email-rth@twiddle.net> In-Reply-To: <1348273096-1495-9-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 8/8] tcg: Sanity check goto_tb input List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On 09/22/2012 04:18 AM, Richard Henderson wrote: > Checking that we don't try for idx != [01] is trivial. Checking > that we don't issue more than one of any index requires a tad > more data and some ifdefs protecting that new variable. > > Signed-off-by: Richard Henderson > Cc: Max Filippov > --- > tcg/tcg-op.h | 11 +++++++++-- > tcg/tcg.c | 4 ++++ > tcg/tcg.h | 1 + > 3 files changed, 14 insertions(+), 2 deletions(-) Cool. Tested-by: Max Filippov -- Thanks. -- Max