From fc412addb15ed82546eaaa2c158735a4113ee1fb Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Tue, 27 Oct 2020 15:00:55 +0100 Subject: [PATCH] makefile: Enable hypervisor annotations by default With the annotation filtering infrastructure in place, annotations are filtered as defined by the `enable_annotations` setting. In order to not cause regressions from the earlier versions of the code, accept all hypervisor annotations by default. Suggested-by: Archana Shinde Signed-off-by: Christophe de Dinechin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0c812b74c..c562ae15cd 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ DEFMEMSZ := 2048 DEFMEMSLOTS := 10 #Default number of bridges DEFBRIDGES := 1 -DEFENABLEANNOTATIONS := [] +DEFENABLEANNOTATIONS := [\".*\"] DEFDISABLEGUESTSECCOMP := true #Default experimental features enabled DEFAULTEXPFEATURES := []