x86/shim: fully ignore "nosmp" and "maxcpus="
authorJan Beulich <jbeulich@suse.com>
Thu, 12 Jul 2018 08:46:58 +0000 (10:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 12 Jul 2018 08:46:58 +0000 (10:46 +0200)
commit736eb39d1f2d0b042bc770149c33929aab8b5b71
tree5e5a4cccde3be35a4e25d93fd51e260d6de4448f
parent1e2df9608857b5355f2ec3b1a34b87a2007dcd16
x86/shim: fully ignore "nosmp" and "maxcpus="

In the shim case, the number of CPUs should be solely controlled by the
guest configuration file. Make sure the command line options are fully
(and not just partially) ignored.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
docs/misc/xen-command-line.markdown
xen/arch/x86/setup.c