configs,python: Fixes an issue with python3 and the config scripts when restoring...
authorDimitrios Chasapis <k4s4s.heavener@gmail.com>
Thu, 10 Sep 2020 11:53:35 +0000 (13:53 +0200)
committerJason Lowe-Power <power.jg@gmail.com>
Thu, 10 Sep 2020 21:09:37 +0000 (21:09 +0000)
commit468b343837b3d9e1d638a09d80125371c0836013
tree6e655711118853cee476c64b31d37bb8d1006c27
parentc1ebdf66ffbfff676e305db5140b42ab24f11bfe
configs,python: Fixes an issue with python3 and the config scripts when restoring a checkpoint

Fixes a compatibility issue with the configuration scripts when trying to restore a checkpoint.  Since python2.4 list.sort has an updated interface.  The older one has been dropped in python3.

Jira Issue: https://gem5.atlassian.net/browse/GEM5-754

Change-Id: I09f819057d510e477d6ceae0356fafad40f4280d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34295
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/common/Simulation.py