X86: Change how the default disk image gets set up.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 3 Feb 2011 02:03:58 +0000 (18:03 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 3 Feb 2011 02:03:58 +0000 (18:03 -0800)
commitc4b81d311e824580666e1a620576a59528702b27
tree734ecf4721586047b46e4213a11a77cb1b4d1111
parent119f5f8e94e673b1495dccce03b54773dc18afea
X86: Change how the default disk image gets set up.

The disk image to use was always being forced to a particular value. This
change changes what disk image is selected as the default based on the
architecture being built. In the future, a more sophisticated system might be
used that selected a path based on certain rules instead of relying on one off
file names.
configs/common/Benchmarks.py
configs/common/FSConfig.py