From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVl2N-0008Of-P6 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 14:11:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVl2M-0002on-T0 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 14:11:51 -0500 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:34134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVl2L-0002oO-MJ for qemu-devel@nongnu.org; Tue, 16 Feb 2016 14:11:50 -0500 Received: by mail-vk0-x230.google.com with SMTP id e185so142333663vkb.1 for ; Tue, 16 Feb 2016 11:11:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1455287642-28166-8-git-send-email-edgar.iglesias@gmail.com> References: <1455287642-28166-1-git-send-email-edgar.iglesias@gmail.com> <1455287642-28166-8-git-send-email-edgar.iglesias@gmail.com> From: Peter Maydell Date: Tue, 16 Feb 2016 19:11:29 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 7/9] target-arm: Add the ARMInsnSyndrome type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Edgar Iglesias , QEMU Developers , qemu-arm , Sergey Fedorov , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Richard Henderson On 12 February 2016 at 14:34, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Add the ARMInsnSyndrome type including helper functions to > encode and decode it into an u32. This is in preparation for > Instruction Syndrome generation for Data Aborts. > > No functional change. I find this patch confusing -- syndromes are already 32 bits, so why is the encoding of the syndrome information into 32 bits not just the syndrome register format ? thanks -- PMM