diff --git a/Makefile b/Makefile index 669c1bd1f3..e99cc8f596 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,8 @@ DEFSHAREDFS := virtio-9p DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd # Default DAX mapping cache size in MiB -DEFVIRTIOFSCACHESIZE := 1024 +#if value is 0, DAX is not enabled +DEFVIRTIOFSCACHESIZE := 0 DEFVIRTIOFSCACHE ?= auto # Format example: # [\"-o\", \"arg1=xxx,arg2\", \"-o\", \"hello world\", \"--arg3=yyy\"]