softfloat: remove float64_trunc_to_int
[qemu.git] / qemu-options.hx
index 2db6247eff10ab72cdd5dc97ed7c43176c74305c..f139459e802a3185afc92152ad9808511b9fd9c6 100644 (file)
@@ -736,8 +736,8 @@ The maximum total size of the L2 table and refcount block caches in bytes
 
 @item l2-cache-size
 The maximum size of the L2 table cache in bytes
-(default: if cache-size is not defined - 1048576 bytes or 8 clusters, whichever
-is larger; otherwise, as large as possible or needed within the cache-size,
+(default: if cache-size is not specified - 32M on Linux platforms, and 8M on
+non-Linux platforms; otherwise, as large as possible within the cache-size,
 while permitting the requested or the minimal refcount cache size)
 
 @item refcount-cache-size
@@ -747,7 +747,8 @@ it which is not used for the L2 cache)
 
 @item cache-clean-interval
 Clean unused entries in the L2 and refcount caches. The interval is in seconds.
-The default value is 0 and it disables this feature.
+The default value is 600 on supporting platforms, and 0 on other platforms.
+Setting it to 0 disables this feature.
 
 @item pass-discard-request
 Whether discard requests to the qcow2 device should be forwarded to the data
This page took 0.02285 seconds and 4 git commands to generate.