Re: [Qemu-devel] [PATCH] net/vde: print error on vde_open() failure

2018-03-16 Thread Stefan Hajnoczi
On Thu, Mar 15, 2018 at 11:06:32PM +0300, Julia Suvorova wrote: > Despite the fact that now when the initialization of vde fails, qemu > does not end silently, no informative error is printed. The patch > generates an error and pushes it through the calling function. > > Related bug: https://bugs.

Re: [Qemu-devel] [PATCH] net/vde: print error on vde_open() failure

2018-03-16 Thread Jason Wang
On 2018年03月16日 04:06, Julia Suvorova via Qemu-devel wrote: Despite the fact that now when the initialization of vde fails, qemu does not end silently, no informative error is printed. The patch generates an error and pushes it through the calling function. Related bug: https://bugs.launchpad.n

[Qemu-devel] [PATCH] net/vde: print error on vde_open() failure

2018-03-15 Thread Julia Suvorova via Qemu-devel
Despite the fact that now when the initialization of vde fails, qemu does not end silently, no informative error is printed. The patch generates an error and pushes it through the calling function. Related bug: https://bugs.launchpad.net/qemu/+bug/676029 Signed-off-by: Julia Suvorova --- net/vd