config: Add missing CPUs to --restore-with-cpu
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 3 Jun 2013 11:40:05 +0000 (13:40 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 3 Jun 2013 11:40:05 +0000 (13:40 +0200)
commitd989a3ad504b24d5b553617440ec14da30a8c660
treebd5eb257379275a2eff0297cd8e92c3382a07704
parentc2ec232920354ac1c8e07e0d2fbb8b8b314343b5
config: Add missing CPUs to --restore-with-cpu

The --restore-with-cpu option didn't use CpuConfig.cpu_names() to
determine which CPU names are valid, instead it used a static list of
known CPU names. This changeset makes the option parsing code use the
CPU list from the CpuConfig module instead.
configs/common/Options.py