Re: [Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets

2012-10-05 Thread Paolo Bonzini
Il 04/10/2012 22:08, Luiz Capitulino ha scritto: On Wed, 3 Oct 2012 16:36:58 +0200 Paolo Bonzini pbonz...@redhat.com wrote: Before: $ qemu-system-x86_64 nbd:localhost:12345 inet_connect_opts: connect(ipv4,yakj.usersys.redhat.com,127.0.0.1,12345): Connection refused

Re: [Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets

2012-10-05 Thread Luiz Capitulino
On Fri, 05 Oct 2012 08:27:25 +0200 Paolo Bonzini pbonz...@redhat.com wrote: Il 04/10/2012 22:08, Luiz Capitulino ha scritto: On Wed, 3 Oct 2012 16:36:58 +0200 Paolo Bonzini pbonz...@redhat.com wrote: Before: $ qemu-system-x86_64 nbd:localhost:12345 inet_connect_opts:

Re: [Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets

2012-10-04 Thread Luiz Capitulino
On Wed, 3 Oct 2012 16:36:58 +0200 Paolo Bonzini pbonz...@redhat.com wrote: Before: $ qemu-system-x86_64 nbd:localhost:12345 inet_connect_opts: connect(ipv4,yakj.usersys.redhat.com,127.0.0.1,12345): Connection refused qemu-system-x86_64: could not open disk image

[Qemu-devel] [PATCH 11/18] nbd: ask and print error information from qemu-sockets

2012-10-03 Thread Paolo Bonzini
Before: $ qemu-system-x86_64 nbd:localhost:12345 inet_connect_opts: connect(ipv4,yakj.usersys.redhat.com,127.0.0.1,12345): Connection refused qemu-system-x86_64: could not open disk image nbd:localhost:12345: Connection refused After: $ x86_64-softmmu/qemu-system-x86_64