Re: [Qemu-devel] [PATCH 01/14] qemu-nbd: Use program name in error messages

2018-12-05 Thread Vladimir Sementsov-Ogievskiy
01.12.2018 1:03, Eric Blake wrote: > This changes output from: > > $ qemu-nbd nosuch > Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or > directory > > to something more consistent with qemu-img and qemu: > > $ qemu-nbd nosuch > qemu-nbd: Failed to blk_new_open 'nosuch'

Re: [Qemu-devel] [PATCH 01/14] qemu-nbd: Use program name in error messages

2018-11-30 Thread Richard W.M. Jones
On Fri, Nov 30, 2018 at 04:03:30PM -0600, Eric Blake wrote: > This changes output from: > > $ qemu-nbd nosuch > Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or > directory > > to something more consistent with qemu-img and qemu: > > $ qemu-nbd nosuch > qemu-nbd: Failed

[Qemu-devel] [PATCH 01/14] qemu-nbd: Use program name in error messages

2018-11-30 Thread Eric Blake
This changes output from: $ qemu-nbd nosuch Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or directory to something more consistent with qemu-img and qemu: $ qemu-nbd nosuch qemu-nbd: Failed to blk_new_open 'nosuch': Could not open 'nosuch': No such file or directory