Re: [Qemu-devel] [PATCH 09/18] block/ssh: Propagate errors to open and create methods

2014-05-14 Thread Richard W.M. Jones
On Tue, May 13, 2014 at 06:02:43PM +0200, Markus Armbruster wrote: > Completes the conversion to Error started in commit 015a103^..d5124c0. > > Cc: "Richard W.M. Jones" > Signed-off-by: Markus Armbruster Reviewed-by: Richard W.M. Jones > block/ssh.c | 47 ++---

Re: [Qemu-devel] [PATCH 09/18] block/ssh: Propagate errors to open and create methods

2014-05-14 Thread Richard W.M. Jones
The last four patches are just a refactoring to use qemu error handling, therefore ACK to all four of them. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical ma

[Qemu-devel] [PATCH 09/18] block/ssh: Propagate errors to open and create methods

2014-05-13 Thread Markus Armbruster
Completes the conversion to Error started in commit 015a103^..d5124c0. Cc: "Richard W.M. Jones" Signed-off-by: Markus Armbruster --- block/ssh.c | 47 ++- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/block/ssh.c b/block/ssh.c index