gem5/configs
Steve Reinhardt 19bb896bfe config: revamp x86 config to avoid appending to SimObjectVectors
A significant contributor to the need for adoptOrphanParams()
is the practice of appending to SimObjectVectors which have
already been assigned as children.  This practice sidesteps the
assignment operation for those appended SimObjects, which is
where parent/child relationships are typically established.

This patch reworks the config scripts that use append() on
SimObjectVectors, which all happen to be in the x86 system
configuration.  At some point in the future, I hope to make
SimObjectVectors immutable (by deriving from tuple rather than
list), at which time this patch will be necessary for correct
operation.  For now, it just avoids some of the warning
messages that get printed in adoptOrphanParams().
2011-05-23 14:29:23 -07:00
..
boot ARM: Include IDE/CF controller by default in PBX model. 2011-04-04 11:42:31 -05:00
common config: revamp x86 config to avoid appending to SimObjectVectors 2011-05-23 14:29:23 -07:00
example config: tweak ruby configs to clean up hierarchy 2011-05-23 14:29:23 -07:00
ruby config: tweak ruby configs to clean up hierarchy 2011-05-23 14:29:23 -07:00
splash2 Config: Keep track of uncached and cached ports separately. 2011-02-03 20:23:00 -08:00