Skip to content

Commit

Permalink
makefile: Enable hypervisor annotations by default
Browse files Browse the repository at this point in the history
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 <archana.m.shinde@intel.com>
Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
  • Loading branch information
c3d authored and fidencio committed Nov 11, 2020
1 parent b6f45c4 commit fd59f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ DEFMEMSZ := 2048
DEFMEMSLOTS := 10
#Default number of bridges
DEFBRIDGES := 1
DEFENABLEANNOTATIONS := []
DEFENABLEANNOTATIONS := [\".*\"]
DEFDISABLEGUESTSECCOMP := true
#Default experimental features enabled
DEFAULTEXPFEATURES := []
Expand Down

0 comments on commit fd59f15

Please sign in to comment.