[CRIU] [PATCH 1/2] cpu: x86 -- Fix --cpu-cap=fpu handling on restore mode

Pavel Emelyanov xemul at parallels.com
Thu Dec 25 10:12:10 PST 2014


On 12/17/2014 04:48 PM, Cyrill Gorcunov wrote:
> 
> Our CPU_CAP_s are bitmaps so if cpuinfo image is present
> but we require only FPU to check we need to check this
> bit being sole on comman line.
> 
> It was a typo in first place which caused statement to
> be false always (it's not a problem though and not a
> @stable candidate because with this mistake we fall
> into strict match cpu mode).
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  arch/x86/cpu.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

applied



More information about the CRIU mailing list