From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys10l-000666-8C for qemu-devel@nongnu.org; Mon, 11 May 2015 23:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys10i-0005bC-1K for qemu-devel@nongnu.org; Mon, 11 May 2015 23:37:39 -0400 Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:32926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys10h-0005Zo-Op for qemu-devel@nongnu.org; Mon, 11 May 2015 23:37:35 -0400 Received: by pdbnk13 with SMTP id nk13so165291420pdb.0 for ; Mon, 11 May 2015 20:37:35 -0700 (PDT) Sender: Richard Henderson Message-ID: <5551757B.7070301@twiddle.net> Date: Mon, 11 May 2015 20:37:31 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1431047528-81504-1-git-send-email-agraf@suse.de> In-Reply-To: <1431047528-81504-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] s390x: Add some documentation in opcode list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-devel@nongnu.org On 05/07/2015 06:12 PM, Alexander Graf wrote: > I find it really hard to grasp what each field in the opcode list means. > Slowly walking through its semantics myself, I figured I'd write a small > summary at the top of the file to make life easier for me and whoever > looks at the file next. > > Signed-off-by: Alexander Graf > --- > target-s390x/insn-data.def | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) Reviewed-by: Richard Henderson r~