Review Board 2.0.15


arm: Enable support for triggering a sim panic on kernel panics

Review Request #1706 - Created Feb. 13, 2013 and submitted - Latest diff uploaded

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9537:8ad7ff7b8cfb
---------------------------
arm: Enable support for triggering a sim panic on kernel panics

Add the options 'panic_on_panic' and 'panic_on_oops' to the
LinuxArmSystem SimObject. When these option are enabled, the simulator
panics when the guest kernel panics or oopses. Enable panic on panic
and panic on oops in ARM-based test cases.