commit | 7587855cd23755a7a6bd01b026611465f5584ecd | [log] [tgz] |
---|---|---|
author | Julia Suvorova via Qemu-devel <qemu-devel@nongnu.org> | Thu Mar 15 23:06:32 2018 +0300 |
committer | Jason Wang <jasowang@redhat.com> | Mon Mar 26 14:52:43 2018 +0800 |
tree | d690ef5304a7ee5edde9c00286c775dfcb796d78 | |
parent | 94b52958b77a2a040564cf7ed716d3a9545d94e5 [diff] |
net/vde: print error on vde_open() failure 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 <jusual@mail.ru> Signed-off-by: Jason Wang <jasowang@redhat.com>