Re: [Qemu-devel] [PATCH v2] qemu-img: Document check exit codes

2014-06-04 Thread Stefan Hajnoczi
On Mon, Jun 02, 2014 at 10:15:21PM +0200, Max Reitz wrote: > The exit code 63 (check not supported by image format) was not even > documented in the comment above the check command in the source code; > add it, as it does indeed seem useful. > > Also, document all of check's exit codes in the manp

Re: [Qemu-devel] [PATCH v2] qemu-img: Document check exit codes

2014-06-03 Thread Kevin Wolf
Am 02.06.2014 um 22:15 hat Max Reitz geschrieben: > The exit code 63 (check not supported by image format) was not even > documented in the comment above the check command in the source code; > add it, as it does indeed seem useful. > > Also, document all of check's exit codes in the manpage. > >

Re: [Qemu-devel] [PATCH v2] qemu-img: Document check exit codes

2014-06-03 Thread Benoît Canet
The Monday 02 Jun 2014 à 22:15:21 (+0200), Max Reitz wrote : > The exit code 63 (check not supported by image format) was not even > documented in the comment above the check command in the source code; > add it, as it does indeed seem useful. > > Also, document all of check's exit codes in the ma

[Qemu-devel] [PATCH v2] qemu-img: Document check exit codes

2014-06-02 Thread Max Reitz
The exit code 63 (check not supported by image format) was not even documented in the comment above the check command in the source code; add it, as it does indeed seem useful. Also, document all of check's exit codes in the manpage. Signed-off-by: Max Reitz Reported-by: Markus Armbruster Revie