Re: [Qemu-devel] [PATCH 4/4] virt: Set reset-cbar on CPUs

2014-02-26 Thread Peter Maydell
On 25 February 2014 08:23, Peter Crosthwaite wrote: > On Tue, Feb 25, 2014 at 6:24 AM, Peter Maydell > wrote: >> Set the reset-cbar property on CPUs used by the virt board, >> if they have it. This isn't necessary for correct functioning >> under Linux (since the A9 isn't a valid CPU for the vir

Re: [Qemu-devel] [PATCH 4/4] virt: Set reset-cbar on CPUs

2014-02-25 Thread Peter Crosthwaite
On Tue, Feb 25, 2014 at 6:24 AM, Peter Maydell wrote: > Set the reset-cbar property on CPUs used by the virt board, > if they have it. This isn't necessary for correct functioning > under Linux (since the A9 isn't a valid CPU for the virt board), > but it is the correct behaviour. > > Signed-off-b

[Qemu-devel] [PATCH 4/4] virt: Set reset-cbar on CPUs

2014-02-24 Thread Peter Maydell
Set the reset-cbar property on CPUs used by the virt board, if they have it. This isn't necessary for correct functioning under Linux (since the A9 isn't a valid CPU for the virt board), but it is the correct behaviour. Signed-off-by: Peter Maydell --- hw/arm/virt.c | 11 +++ 1 file chan