hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar property
commitd097696eba076da781967827e59f66a7857c8ecb
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Apr 2014 16:42:34 +0000 (4 17:42 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Apr 2014 17:01:09 +0000 (4 18:01 +0100)
treeec234211064b993e936d94db46d8c5db63b47a57
parent3b418d0c45fccd850f9ad9eb4bf9bdcd96b8e6f7
hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar property

For the machine models which can have a Cortex-A15 CPU (vexpress-a15 and
midway), silently continue if the CPU object has no reset-cbar property
rather than failing. This allows these boards to be used under KVM with
the "-cpu host" option, since the 'host' CPU object has no reset-cbar
property.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Rob Herring <rob.herring@linaro.org>
hw/arm/highbank.c
hw/arm/vexpress.c