----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3277/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11297:80ea5f59f09a --------------------------- sim: Add support for notifying Drainable objects of a fork When forking a gem5 process, some objects need to clean up resources (mainly file descriptions) shared between the child and the parent of the fork. This changeset adds the notifyFork() method to Drainable, which is called in the child process. Signed-off-by: Andreas Sandberg <[email protected]> [[email protected]: Rebased patches onto a newer gem5 version] Signed-off-by: Sascha Bischoff <[email protected]> Signed-off-by: Andreas Sandberg <[email protected]> Diffs ----- src/python/m5/simulate.py 14029d75688d src/sim/drain.hh 14029d75688d Diff: http://reviews.gem5.org/r/3277/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
