----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1582/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9380:66e3e6e7f66a --------------------------- config: Traverse lists when visiting children in all proxy This patch makes the all proxy traverse any potential list that is encountered in the object hierarchy instead of only looking at children that are SimObjects. An example of where this is useful is when creating a multi-channel memory system as a list of controllers, whilst ensuring that the memories are still visible in the system. Diffs ----- src/python/m5/SimObject.py 844f9e724343 Diff: http://reviews.gem5.org/r/1582/diff/ Testing ------- util/regress all passing (disregarding t1000 and eio) Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
