From 1231ce9e83fcc2898be7c9f3ee66e7eded7630f8 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 367fa65197..4e093a4678 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ DEFMEMSZ := 2048 DEFMEMSLOTS := 10 #Default number of bridges DEFBRIDGES := 1 -DEFENABLEANNOTATIONS := [] +DEFENABLEANNOTATIONS := [\".*\"] DEFDISABLEGUESTSECCOMP := true #Default experimental features enabled DEFAULTEXPFEATURES := []