From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1em2MI-0008Ui-Bv for qemu-devel@nongnu.org; Wed, 14 Feb 2018 14:04:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1em2ME-0002hh-Ee for qemu-devel@nongnu.org; Wed, 14 Feb 2018 14:04:46 -0500 Sender: Richard Henderson References: <20180214173102.9363-1-david@redhat.com> From: Richard Henderson Message-ID: Date: Wed, 14 Feb 2018 11:04:37 -0800 MIME-Version: 1.0 In-Reply-To: <20180214173102.9363-1-david@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] s390x/tcg: add various alignment check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-s390x@nongnu.org Cc: qemu-devel@nongnu.org, Alexander Graf , Cornelia Huck On 02/14/2018 09:31 AM, David Hildenbrand wrote: > Let's add proper alignment checks for a handful of instructions that > require a SPECIFICATION exception in case alignment is violated. > > Introduce new wout/in functions. Declare them as "static inline" to avoid > warnings about not being used for CONFIG_USER_ONLY (as we are right > now only using them for privileged instructions). Annoyingly, clang will still warn for this. Otherwise, Reviewed-by: Richard Henderson r~