[Qemu-devel] [PATCH v2] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()

2014-03-15 Thread Aakriti Gupta
This patch converts fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() (error_setg() is part of error reporting API in include/qapi/error.h) Signed-off-by: Aakriti Gupta --- block/qed.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/block/qed.c b

[Qemu-devel] [PATCH] convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()

2014-03-14 Thread Aakriti Gupta
This patch converts fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() (error_setg() is part of error reporting API in include/qapi/error.h) Signed-off-by: Aakriti Gupta --- block/qed.c | 8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION