>>>> - image_file = Param.String("disk image file")
>>>> + image_file = Param.String("", "disk image file")
>> Really? You don't have to set an image_file?
> You do for RawDiskImage, but you don't for CowDiskImage which inherits
> from it. If you don't set it and use it in a RawDiskImage you'll get a
> fatal() now.
Instead of the fatal in the c++ code, maybe you should have a separate
image_file parameter in each. One with a default, and one without.
Nate
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev