Re: [Qemu-devel] [PATCH] loader: document that errno is set

2014-02-05 Thread Michael S. Tsirkin
On Wed, Feb 05, 2014 at 01:03:53PM -0700, Eric Blake wrote: > On 02/05/2014 01:05 PM, Michael S. Tsirkin wrote: > > Document that get_image_size sets errorno > > s/errorno/errno/ > > > on failure. > > > > Suggested-by: Peter Maydell > > Signed-off-by: Michael S. Tsirkin > > --- > > include/hw

Re: [Qemu-devel] [PATCH] loader: document that errno is set

2014-02-05 Thread Eric Blake
On 02/05/2014 01:05 PM, Michael S. Tsirkin wrote: > Document that get_image_size sets errorno s/errorno/errno/ > on failure. > > Suggested-by: Peter Maydell > Signed-off-by: Michael S. Tsirkin > --- > include/hw/loader.h | 7 +++ > 1 file changed, 7 insertions(+) > Reviewed-by: Eric Bla

[Qemu-devel] [PATCH] loader: document that errno is set

2014-02-05 Thread Michael S. Tsirkin
Document that get_image_size sets errorno on failure. Suggested-by: Peter Maydell Signed-off-by: Michael S. Tsirkin --- include/hw/loader.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/hw/loader.h b/include/hw/loader.h index 7a23d6b..91b0122 100644 --- a/include/hw/loader.