From: Max Reitz <mreitz@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-block@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
qemu-devel@nongnu.org, "Markus Armbruster" <armbru@redhat.com>
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 1/5] option: Make option help nicer to read
Date: Fri, 19 Oct 2018 12:00:22 +0200 [thread overview]
Message-ID: <7f3ca9eb-7e01-f107-07ba-f53e6de127b4@redhat.com> (raw)
In-Reply-To: <20181016121204.GE5620@dhcp-200-186.str.redhat.com>
[-- Attachment #1: Type: text/plain, Size: 3517 bytes --]
On 16.10.18 14:12, Kevin Wolf wrote:
> Am 15.10.2018 um 19:28 hat Max Reitz geschrieben:
>> This adds some whitespace into the option help (including indentation)
>> and replaces '=' by ': ' (not least because '=' should be used for
>> values, not types). Furthermore, the list name is no longer printed as
>> part of every line, but only once in advance, and only if the caller did
>> not print a caption already.
>>
>> Signed-off-by: Max Reitz <mreitz@redhat.com>
>
> If this isn't a bike shedding series, then what is? So...
Sure it is.
>> --- a/tests/qemu-iotests/082.out
>> +++ b/tests/qemu-iotests/082.out
>> @@ -44,171 +44,171 @@ cluster_size: 8192
>>
>> Testing: create -f qcow2 -o help TEST_DIR/t.qcow2 128M
>> Supported options:
>> -size Virtual disk size
>> -compat Compatibility level (0.10 or 1.1)
>> -backing_file File name of a base image
>> -backing_fmt Image format of the base image
>> -encryption Encrypt the image with format 'aes'. (Deprecated in favor of encrypt.format=aes)
>> -encrypt.format Encrypt the image, format choices: 'aes', 'luks'
>> -encrypt.key-secret ID of secret providing qcow AES key or LUKS passphrase
>> -encrypt.cipher-alg Name of encryption cipher algorithm
>> -encrypt.cipher-mode Name of encryption cipher mode
>> -encrypt.ivgen-alg Name of IV generator algorithm
>> -encrypt.ivgen-hash-alg Name of IV generator hash algorithm
>> -encrypt.hash-alg Name of encryption hash algorithm
>> -encrypt.iter-time Time to spend in PBKDF in milliseconds
>> -cluster_size qcow2 cluster size
>> -preallocation Preallocation mode (allowed values: off, metadata, falloc, full)
>> -lazy_refcounts Postpone refcount updates
>> -refcount_bits Width of a reference count entry in bits
>> -nocow Turn off copy-on-write (valid only on btrfs)
>> + backing_file: str - File name of a base image
>> + backing_fmt: str - Image format of the base image
>> + cluster_size: size - qcow2 cluster size
>> + compat: str - Compatibility level (0.10 or 1.1)
>> + encrypt.cipher-alg: str - Name of encryption cipher algorithm
>> + encrypt.cipher-mode: str - Name of encryption cipher mode
>> + encrypt.format: str - Encrypt the image, format choices: 'aes', 'luks'
>> + encrypt.hash-alg: str - Name of encryption hash algorithm
>> + encrypt.iter-time: num - Time to spend in PBKDF in milliseconds
>> + encrypt.ivgen-alg: str - Name of IV generator algorithm
>> + encrypt.ivgen-hash-alg: str - Name of IV generator hash algorithm
>> + encrypt.key-secret: str - ID of secret providing qcow AES key or LUKS passphrase
>> + encryption: bool (on/off) - Encrypt the image with format 'aes'. (Deprecated in favor of encrypt.format=aes)
>> + lazy_refcounts: bool (on/off) - Postpone refcount updates
>> + nocow: bool (on/off) - Turn off copy-on-write (valid only on btrfs)
>> + preallocation: str - Preallocation mode (allowed values: off, metadata, falloc, full)
>> + refcount_bits: num - Width of a reference count entry in bits
>> + size: size - Virtual disk size
>
> I like the result of this series better than what we have in current
> master. Looking at this patch, however, I must also say that I like the
> original state better than both.
I don't disagree. But having the types is indeed a worthy improvement.
> How about aligning the description to the same column again to combine
> the best of both worlds?
That sounds good to me.
Max
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2018-10-19 10:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-15 17:28 [Qemu-devel] [PATCH 0/5] Various option help readability improvement suggestions Max Reitz
2018-10-15 17:28 ` [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read Max Reitz
2018-10-16 6:46 ` Marc-André Lureau
2018-10-19 9:59 ` Max Reitz
2018-10-16 12:12 ` [Qemu-devel] [Qemu-block] " Kevin Wolf
2018-10-19 10:00 ` Max Reitz [this message]
2018-10-17 6:50 ` [Qemu-devel] " Markus Armbruster
2018-10-19 10:00 ` Max Reitz
2018-10-15 17:28 ` [Qemu-devel] [PATCH 2/5] chardev: Indent list of chardevs Max Reitz
2018-10-15 17:28 ` [Qemu-devel] [PATCH 3/5] qdev-monitor: Make device options help nicer Max Reitz
2018-10-15 17:28 ` [Qemu-devel] [PATCH 4/5] object: Make option help nicer to read Max Reitz
2018-10-15 17:28 ` [Qemu-devel] [PATCH 5/5] fw_cfg: Drop newline in @file description Max Reitz
2018-10-15 22:31 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7f3ca9eb-7e01-f107-07ba-f53e6de127b4@redhat.com \
--to=mreitz@redhat.com \
--cc=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).