From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34399 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe4qZ-0004YB-9X for qemu-devel@nongnu.org; Wed, 28 Jul 2010 07:30:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe4qY-00041C-3Z for qemu-devel@nongnu.org; Wed, 28 Jul 2010 07:30:51 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:61535) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe4qX-0003jf-Jh for qemu-devel@nongnu.org; Wed, 28 Jul 2010 07:30:50 -0400 From: Arnd Bergmann Date: Wed, 28 Jul 2010 13:29:10 +0200 References: <1280086076-20649-1-git-send-email-loic.minier@linaro.org> In-Reply-To: <1280086076-20649-1-git-send-email-loic.minier@linaro.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Message-Id: <201007281329.10252.arnd@arndb.de> Subject: [Qemu-devel] Re: [PATCH] Ignore writes of perf reg (cp15 with crm == 12) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-15?q?Lo=EFc_Minier?= Cc: Arnd Bergmann , qemu-devel@nongnu.org On Sunday 25 July 2010, Loïc Minier wrote: > On ARMv7, ignore writes to cp15 with crm == 12; these are to setup perf > counters which we don't have. Thanks Loïc, I have tested this and can confirm that I'm able to boot a CONFIG_PERF_EVENTS kernel now. Arnd