From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNkd7-0004Lo-36 for qemu-devel@nongnu.org; Tue, 08 Nov 2011 07:18:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNkd2-0002HQ-FL for qemu-devel@nongnu.org; Tue, 08 Nov 2011 07:18:17 -0500 MIME-Version: 1.0 In-Reply-To: <20111108104441.GA18080@stefanha-thinkpad.localdomain> References: <4EB45011.6070609@tribudubois.net> <20111108104441.GA18080@stefanha-thinkpad.localdomain> Date: Tue, 8 Nov 2011 12:18:11 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] arm: Fix CP15 FSR (C5) domain setting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-trivial@nongnu.org, paul@codesourcery.com, qemu-devel@nongnu.org, Jean-Christophe DUBOIS On 8 November 2011 10:44, Stefan Hajnoczi wrote: > On Fri, Nov 04, 2011 at 09:50:25PM +0100, Jean-Christophe DUBOIS wrote: >> During Xvisor development, it was noted that qemu did not return >> the correct domain value in the Cp15 [Data] FSR register (C5). >> >> This patch is a proposal to fix it. >> >> Signed-off-by: Jean-Christophe DUBOIS >> --- > > CCed Peter Maydell so this can go through the ARM tree. This is an old and broken version of a patch which I've already reviewed the fixed version of -- you can ignore this one. -- PMM