arm: Enable support for triggering a sim panic on kernel panics
Review Request #1706 - Created Feb. 13, 2013 and submitted
| 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.
Posted (Feb. 13, 2013, 5:42 a.m.)
Cool idea. I think that the default should be true. My main question: why is this arm specific? These functions are universal across ISAs. If you were to parse the message (which would be cool and which we basically know how to do), then I could understand it perhaps being ISA specific (though templated)
