tools/libxc: Fix HVM_PARAM_PAE_ENABLED handling in xc_cpuid_apply_policy()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 20 Dec 2019 15:26:00 +0000 (15:26 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 27 Dec 2019 14:10:53 +0000 (14:10 +0000)
commitd79cc6bc2bac1cfba239e5b3e28a851fb22901dc
tree4d2945795b7f5cfdec6d96f997de65267f744438
parent4599d472f187873ef4615a68b98f6ead3d07774a
tools/libxc: Fix HVM_PARAM_PAE_ENABLED handling in xc_cpuid_apply_policy()

Despite as suggested in c/s 685e922d6f3, not all HVM_PARAMs are handled
in the same way.  HVM_PARAM_PAE_ENABLED is a toolstack-only value, and
the xc_cpuid_apply_policy() used to be the only consumer.

Reinstate the old behaviour (mad as it is) to avoid regressions.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/libxc/xc_cpuid_x86.c