arm: warn not fail on use of missing miscreg CNTHCTL_EL2
authorDylan Johnson <Dylan.Johnson@ARM.com>
Tue, 2 Aug 2016 09:38:03 +0000 (10:38 +0100)
committerDylan Johnson <Dylan.Johnson@ARM.com>
Tue, 2 Aug 2016 09:38:03 +0000 (10:38 +0100)
commit09218ed397f0df12dd7d4cd21dd6203330e69d06
tree49ccda00d1dd7b59d54d27af5caf372519c06724
parentc15711725db358a2222de5964b8ba4c3216b0572
arm: warn not fail on use of missing miscreg CNTHCTL_EL2

During host bootup, KVM reads/writes to CNTHCTL_EL2. Because this
miscreg has not been implemented, the simulation would end there. This
patch causes the simulation to warn about the read/write instead of fail.

Change-Id: If034bfd0818a9a5e50c5fe86609e945258c96fa3
src/arch/arm/miscregs.cc