sim: Fix fork for multithreaded simulations
Review Request #3475 - Created May 20, 2016 and updated - Latest diff uploaded
| Information | |
|---|---|
| Jason Lowe-Power | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11483:d7066cc30459 --------------------------- sim: Fix fork for multithreaded simulations Previously, when forking, the thread states were inconsistent. Now, after a fork, we re-create all the needed threads. This allows you to run in *single-threaded* mode after a fork. There would need to be a way to migrate the threads to conintue in threaded mode.
