qemu-devel
[Top][All Lists]
Advanced

[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:04:07 +0100

On 9 October 2014 18:00, Peter Maydell <address@hidden> wrote:
> 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.

...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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]