From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK6i3-000549-Ax for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK6hu-0008AI-B9 for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:17:55 -0400 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:45654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK6hu-0008AD-6S for qemu-devel@nongnu.org; Wed, 20 Aug 2014 10:17:46 -0400 Received: by mail-qa0-f44.google.com with SMTP id f12so7079701qad.3 for ; Wed, 20 Aug 2014 07:17:45 -0700 (PDT) Sender: Richard Henderson Message-ID: <53F4AE04.2040908@twiddle.net> Date: Wed, 20 Aug 2014 07:17:40 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1407931644-25602-1-git-send-email-kbastian@mail.uni-paderborn.de> <1407931644-25602-4-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1407931644-25602-4-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 03/15] target-tricore: Add softmmu support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 08/13/2014 05:07 AM, Bastian Koppelmann wrote: > + *prot = PAGE_READ | PAGE_WRITE; No execute permission? r~