----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2065/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9871:9d72fd83da40 --------------------------- simobject: Fix handling of parents for simobject vectors SimObjectVector objects did not provide the same interface to the _parent attribute through get_parent() like a normal SimObject. It also handled assigning a _parent incorrectly if objects in a SimObjectVector were changed post-creation, leading to errors later when the simulator tried to execute. This patch fixes these two omissions. Diffs ----- src/python/m5/SimObject.py 13ffc0066b76 src/python/m5/params.py 13ffc0066b76 Diff: http://reviews.gem5.org/r/2065/diff/ Testing ------- Thanks, Ali Saidi _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
