On 02/09/2012 07:11 AM, Peter Maydell wrote:
The ARM devboard models (vexpress-a9, realview, versatilepb, etc)
were accidentally trying to set one of the arm_sysctl properties
after device init. This has now become a fatal error; set the property
before device init where it should be done instead.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
If somebody would like to commit this simple patch quickly that would
probably be a good idea since these models are otherwise totally broken...
Thanks Peter!
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
Paolo