On Sun 29 Jul 2018 11:27:41 PM CEST, Leonid Bloch wrote: > Signed-off-by: Leonid Bloch <lbl...@janustech.com> > --- > docs/qcow2-cache.txt | 9 ++++++--- > qapi/block-core.json | 6 +++--- > qemu-options.hx | 15 +++++++++------ > 3 files changed, 18 insertions(+), 12 deletions(-) > > diff --git a/docs/qcow2-cache.txt b/docs/qcow2-cache.txt > index 8a09a5cc5f..fd9a6911cc 100644 > --- a/docs/qcow2-cache.txt > +++ b/docs/qcow2-cache.txt > @@ -112,9 +112,9 @@ command-line, or the 'blockdev-add' QMP command. > > There are three options available, and all of them take bytes: > > -"l2-cache-size": maximum size of the L2 table cache > -"refcount-cache-size": maximum size of the refcount block cache > -"cache-size": maximum size of both caches combined > +"l2-cache-size": maximal size of the L2 table cache > +"refcount-cache-size": maximal size of the refcount block cache > +"cache-size": maximal size of both caches combined
Why is 'maximum' not clear in this context? Otherwise the patch looks good to me. Berto