From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9VAa-0001oD-7x for qemu-devel@nongnu.org; Mon, 29 Jun 2015 05:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9VAV-0008LM-Rs for qemu-devel@nongnu.org; Mon, 29 Jun 2015 05:16:04 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:36709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9VAV-0008L2-HJ for qemu-devel@nongnu.org; Mon, 29 Jun 2015 05:15:59 -0400 Received: by wguu7 with SMTP id u7so135659827wgu.3 for ; Mon, 29 Jun 2015 02:15:57 -0700 (PDT) Sender: Richard Henderson References: <1434905468-31873-1-git-send-email-aurelien@aurel32.net> From: Richard Henderson Message-ID: <55910CCA.2050801@twiddle.net> Date: Mon, 29 Jun 2015 10:15:54 +0100 MIME-Version: 1.0 In-Reply-To: <1434905468-31873-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-s390x: fix EXECUTE instruction executing TRT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Paolo Bonzini , Alexander Graf On 06/21/2015 05:51 PM, Aurelien Jarno wrote: > A break is missing in the EXECUTE instruction, when executing the > TRANSLATE AND TEST instruction. > > Reported-by: Paolo Bonzini > Signed-off-by: Aurelien Jarno > Cc: Alexander Graf > Cc: Richard Henderson Reviewed-By: Richard Henderson r~