Re: [Qemu-devel] [PATCH v3 1/7] Add cfgend parameter for ARM CPU selection.

2017-02-03 Thread Peter Maydell
On 20 January 2017 at 16:30, Julian Brown wrote: > The new "cfgend" parameter can be given after the CPU name, > e.g. "-cpu=arm926,cfgend=yes". Unlike earlier versions of the patch, > CPU attribute parsing is left to board initialisation code: for the > "virt" board, this was being done already, a

[Qemu-devel] [PATCH v3 1/7] Add cfgend parameter for ARM CPU selection.

2017-01-20 Thread Julian Brown
The new "cfgend" parameter can be given after the CPU name, e.g. "-cpu=arm926,cfgend=yes". Unlike earlier versions of the patch, CPU attribute parsing is left to board initialisation code: for the "virt" board, this was being done already, and this patch makes the integratorcp board init do so too.