From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5vLN-0006IB-6v for qemu-devel@nongnu.org; Mon, 07 Dec 2015 07:56:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5vLI-0002Ww-Sw for qemu-devel@nongnu.org; Mon, 07 Dec 2015 07:56:40 -0500 Received: from mel.act-europe.fr ([194.98.77.210]:46197 helo=smtp.eu.adacore.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5vLI-0002WO-Mp for qemu-devel@nongnu.org; Mon, 07 Dec 2015 07:56:36 -0500 References: <1449241262-3002-1-git-send-email-azu@sysgo.de> <56656F18.4060605@adacore.com> <704117391.2366.427cb7f3-4c69-4f2a-a0fb-fb2bd9dae5c4.open-xchange@xchange.sysgo.com> From: Fabien Chouteau Message-ID: <56658203.2000301@adacore.com> Date: Mon, 7 Dec 2015 13:56:35 +0100 MIME-Version: 1.0 In-Reply-To: <704117391.2366.427cb7f3-4c69-4f2a-a0fb-fb2bd9dae5c4.open-xchange@xchange.sysgo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] sparc: allow CASA with ASI 0xa from user space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Z=c3=bcpke=2c_Alexander?= , qemu-devel@nongnu.org On 12/07/2015 01:41 PM, "Z=C3=BCpke, Alexander" wrote: >=20 > The check for the CASA feature on SPARC v8 is already in the existng co= de, > just 3 lines above the second hunk in the patch: >=20 Yes but you add a special case that allow casa from user space, this special case is only available on LEON3 so that should be taken into account in the priv_insn check. Regards,