]> Git Repo - qemu.git/blobdiff - qapi/block-core.json
qcow2: Allow configuring the L2 slice size
[qemu.git] / qapi / block-core.json
index 2c107823fe8dfc205c57d49498a164da45f62cbe..5c5921bfb707007b53fb134c2d6bb31a643df0f9 100644 (file)
 # @l2-cache-size:         the maximum size of the L2 table cache in
 #                         bytes (since 2.2)
 #
+# @l2-cache-entry-size:   the size of each entry in the L2 cache in
+#                         bytes. It must be a power of two between 512
+#                         and the cluster size. The default value is
+#                         the cluster size (since 2.12)
+#
 # @refcount-cache-size:   the maximum size of the refcount block cache
 #                         in bytes (since 2.2)
 #
             '*overlap-check': 'Qcow2OverlapChecks',
             '*cache-size': 'int',
             '*l2-cache-size': 'int',
+            '*l2-cache-entry-size': 'int',
             '*refcount-cache-size': 'int',
             '*cache-clean-interval': 'int',
             '*encrypt': 'BlockdevQcow2Encryption' } }
This page took 0.023346 seconds and 4 git commands to generate.