From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcW5w-0002SJ-1n for qemu-devel@nongnu.org; Fri, 10 Oct 2014 05:02:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcW5p-0002tY-Gp for qemu-devel@nongnu.org; Fri, 10 Oct 2014 05:02:37 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:31817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcW5p-0002tQ-8v for qemu-devel@nongnu.org; Fri, 10 Oct 2014 05:02:33 -0400 Message-ID: <5437A098.6040700@huawei.com> Date: Fri, 10 Oct 2014 11:02:16 +0200 From: Claudio Fontana MIME-Version: 1.0 References: <1411736960-24206-1-git-send-email-hw.claudio@gmail.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Claudio Fontana Cc: QEMU Developers On 09.10.2014 19:04, Peter Maydell wrote: > On 9 October 2014 18:00, Peter Maydell wrote: >> On 26 September 2014 14:09, wrote: >>> From: Claudio Fontana >>> >>> check if the first cpu is an armv8 cpu, and if so, put >>> arm,armv8-timer in the compatible string list. >>> >>> Note that due to this check, this patch moves the creation >>> of the timer fdt node to after the cpu creation loop. >>> >>> Signed-off-by: Claudio Fontana >> >> Applied to target-arm.next, thanks. > > ...except that on advice from one of our kernel folk I've > swapped the v8 compat string round so it reads > "arm,armv8-timer\0arm,armv7-timer" > to advertise the more specific compat first for v8. > > -- PMM > Ok, thanks! Claudio