[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible |
Date: |
Thu, 9 Oct 2014 18:00:27 +0100 |
On 26 September 2014 14:09, <address@hidden> wrote:
> From: Claudio Fontana <address@hidden>
>
> 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 <address@hidden>
Applied to target-arm.next, thanks.
-- PMM