gem5/configs/common
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
..
Benchmarks.py ARM: Include IDE/CF controller by default in PBX model. 2011-04-04 11:42:31 -05:00
CacheConfig.py configs: cache: add cache line size option 2011-02-23 14:26:55 -05:00
Caches.py Mem: Fix issue with dirty block being lost when entire block transferred to non-cache. 2011-03-17 19:20:19 -05:00
cpu2000.py python: fix another bug from changes to main.py 2011-04-20 19:07:44 -07:00
FSConfig.py config: revamp x86 config to avoid appending to SimObjectVectors 2011-05-23 14:29:23 -07:00
Options.py configs: cleanup redundant/unused options 2011-05-20 14:49:06 -04:00
Simulation.py configs: missed spot progress-interval change 2011-05-23 14:36:22 -04:00
SysPaths.py make rcS files read from the m5 source directory, not /dist. 2006-11-08 14:10:25 -05:00