qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 1/1] doc: document chardev option 'append'


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 1/1] doc: document chardev option 'append'
Date: Tue, 22 Dec 2015 08:53:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 12/22/2015 02:49 AM, Denis V. Lunev wrote:
>     commit 31e38a22a0c5a25646f966f001e1f5513d5a186d
>     Author: Olga Krishtal <address@hidden>
>     Date:   Fri Dec 4 09:42:04 2015 +0300
> 
>         qemu-char: append opt to stop truncation of serial file
> 
> has added the option to the runtime but does not added it to -help
> output. This blocks libvirt from using it.

In addition to Dan's comment about the dead sentence,


> address@hidden specifies that QEMU must truncate the file on open.
> address@hidden is optional, default value is off.

This is backwards.  It should read something more like:

@option{append} specifies that QEMU should append to the file. It
defaults to off, for truncating the file instead of appending.

Or maybe:

@option{append} controls whether QEMU truncates the file (default if
omitted, or if specified as off), or appends to the file (specified as on).

Check if there are other similar wordings to borrow from.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]