On 15.05.2023 16:42, Andrew Cooper wrote: > We are about to move MSR_ARCH_CAPS into featureset, but the order of > operations (copy raw policy, then copy x86_capabilitiles[] in) will end up > clobbering the ARCH_CAPS value currently visible in the Host policy. > > To avoid this transient breakage, read from raw_cpu_policy rather than > modifying it in place. This logic will be removed entirely in due course. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Acked-by: Jan Beulich <jbeul...@suse.com>