]> Git Repo - qemu.git/commit - block/qcow2.h
qcow2: Set the default cache-clean-interval to 10 minutes
authorLeonid Bloch <[email protected]>
Wed, 26 Sep 2018 16:04:46 +0000 (19:04 +0300)
committerKevin Wolf <[email protected]>
Mon, 1 Oct 2018 10:51:12 +0000 (12:51 +0200)
commite957b50b8daecfc39a1ac09855b0eacb6edfd328
tree9afb2feb763c3fffa2d431d8aa3464b436c91b53
parent45b4949c7bcdcd998cb42f5c517e80a2657cfd33
qcow2: Set the default cache-clean-interval to 10 minutes

The default cache-clean-interval is set to 10 minutes, in order to lower
the overhead of the qcow2 caches (before the default was 0, i.e.
disabled).

* For non-Linux platforms the default is kept at 0, because
  cache-clean-interval is not supported there yet.

Signed-off-by: Leonid Bloch <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/qcow2.c
block/qcow2.h
docs/qcow2-cache.txt
qapi/block-core.json
qemu-options.hx
This page took 0.024887 seconds and 4 git commands to generate.