From: Alberto Garcia Date: Fri, 25 Nov 2016 11:27:46 +0000 (+0200) Subject: docs: Specify that cache-clean-interval is only supported in Linux X-Git-Tag: v2.8.0-rc2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f57758311d816c66e88cfcfdc91f986f59345ad;p=thirdparty%2Fqemu.git docs: Specify that cache-clean-interval is only supported in Linux Make it clear that having Linux is a hard requirement for this feature. Signed-off-by: Alberto Garcia Signed-off-by: Kevin Wolf --- diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt index 5bb06072d36..1fdd6f9ce7c 100644 --- a/docs/qcow2-cache.txt +++ b/docs/qcow2-cache.txt @@ -160,5 +160,6 @@ If unset, the default value for this parameter is 0 and it disables this feature. Note that this functionality currently relies on the MADV_DONTNEED -argument for madvise() to actually free the memory, so it is not -useful in systems that don't follow that behavior. +argument for madvise() to actually free the memory. This is a +Linux-specific feature, so cache-clean-interval is not supported in +other systems.