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

2016-01-04 Thread Eric Blake
On 01/03/2016 08:07 AM, Denis V. Lunev wrote: > commit 31e38a22a0c5a25646f966f001e1f5513d5a186d > Author: Olga Krishtal > 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 add

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

2016-01-03 Thread Denis V. Lunev
commit 31e38a22a0c5a25646f966f001e1f5513d5a186d Author: Olga Krishtal 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. Signed-off-by: Denis V. Lunev Revie