Review Board 2.0.15


Config: Make disk-image option support mutiple disks

Review Request #1183 - Created May 9, 2012 and updated - Latest diff uploaded

Information
Jayneel Gandhi
gem5
default
Reviewers
Default
Changeset 9008:940d21e358ea
---------------------------
Config: Make disk-image option support mutiple disks
Added support to specify mutiple disks provided on command line with
disk-image option. Made the required changes to SysConfig to support that.
Updated regressions to accomodate the stat name changes and change in
SysConfig. When you use this option, you have to specify disks in specific
order and the default disks for the system also needs to be specified.
The operating system disk is to be specified first in the comma-spearated list.
The new disks that you specify can be mounted by using mount command once the
operating system is booted. Like for X86 linux, you can mount the new disk from
/dev/hdc, if the option was used as --mem-disk=linux disk,swap disk,new disk.
All FS test passed except SPARC FS (FS files for SPARC no available)
All SE tests passed except eio tests.