Review Board 2.0.15


SimObject: make get_config_as_dict() tolerate undefined params

Review Request #1036 - Created Feb. 10, 2012 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 8829:790d2fbe8926
---------------------------
SimObject: make get_config_as_dict() tolerate undefined params

Without this patch, undefined params cause a cryptic KeyError
in multidict inside get_config_as_dict().  Thist patch lets
undefined params through get_config_as_dict() so they can
once again generate meaningful error messages later on in
the configuration process.