x86: cpu -- Update default cpu-cap option

To preserve backward compatibility because
strict mode now lays under own block.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Reviewed-by: Dmitry Safonov <0x7f454c46@gmaill.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2018-08-30 14:00:22 +03:00 committed by Andrei Vagin
parent f2bf496571
commit 5b574fffc6

View file

@ -30,7 +30,7 @@
#define CPU_CAP_INS (1u << 2) /* Instructions CPU capability */
#define CPU_CAP_IMAGE (1u << 3) /* Write capability on dump and read on restore*/
#define CPU_CAP_ALL (CPU_CAP_FPU | CPU_CAP_CPU | CPU_CAP_INS)
#define CPU_CAP_DEFAULT (CPU_CAP_FPU)
#define CPU_CAP_DEFAULT (CPU_CAP_FPU | CPU_CAP_CPU)
struct cg_root_opt {
struct list_head node;