[Qemu-devel] [PATCH 2/2] Add proper -errno error return values to qcow2_open()

2010-12-16 Thread Jes . Sorensen
From: Jes Sorensen In addition this adds missing braces to the function to be consistent with the coding style. Signed-off-by: Jes Sorensen --- block/qcow2.c | 61 1 files changed, 43 insertions(+), 18 deletions(-) diff --git a/block/

[Qemu-devel] [PATCH 2/2] Add proper -errno error return values to qcow2_open()

2010-12-17 Thread Jes . Sorensen
From: Jes Sorensen In addition this adds missing braces to the function to be consistent with the coding style. Signed-off-by: Jes Sorensen --- block/qcow2.c | 60 +++- 1 files changed, 42 insertions(+), 18 deletions(-) diff --git a/block/