From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzbAR-0001Qj-Ve for qemu-devel@nongnu.org; Mon, 01 Jun 2015 21:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzbAO-0004g0-JM for qemu-devel@nongnu.org; Mon, 01 Jun 2015 21:38:59 -0400 Received: from mail-pd0-x232.google.com ([2607:f8b0:400e:c02::232]:34338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzbAO-0004e4-Bk for qemu-devel@nongnu.org; Mon, 01 Jun 2015 21:38:56 -0400 Received: by pdbki1 with SMTP id ki1so120894263pdb.1 for ; Mon, 01 Jun 2015 18:38:55 -0700 (PDT) Sender: Richard Henderson Message-ID: <556D0921.5090405@twiddle.net> Date: Mon, 01 Jun 2015 18:38:41 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1433193897-24110-1-git-send-email-aurelien@aurel32.net> <1433193897-24110-5-git-send-email-aurelien@aurel32.net> In-Reply-To: <1433193897-24110-5-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/13] target-s390x: change CHRL and CGHRL format to RIL-b List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Alexander Graf On 06/01/2015 02:24 PM, Aurelien Jarno wrote: > Change to match the PoP. In practice both format RIL-a and RIL-b have > the same fields. They differ on the way we decode the fields, and it's > done correctly in QEMU. > > Cc: Alexander Graf > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > target-s390x/insn-data.def | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~