Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible

2014-10-10 Thread Claudio Fontana
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 th

Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible

2014-10-09 Thread Peter Maydell
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 t

Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible

2014-10-09 Thread Peter Maydell
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

Re: [Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible

2014-10-09 Thread Claudio Fontana
Hello Peter, are you ok with this one? Thanks, Claudio On 26 September 2014 15: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 th

[Qemu-devel] [PATCH] hw/arm/virt: mark timer in fdt as v8-compatible

2014-09-26 Thread hw . claudio
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 --- hw/arm/virt.c | 15 ++