]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check if qemu-bridge-helper exists and is executable
authorGuido Günther <agx@sigxcpu.org>
Thu, 13 Aug 2015 12:19:50 +0000 (14:19 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 13 Aug 2015 19:31:54 +0000 (21:31 +0200)
commit151ba022939dad1e562c4156cb62e7a3ade6a7f5
tree977f90b610ce589b9a8dac7535a49402c61fc6ae
parent11d571470a059421755aa014b0560e7f3b2fea9d
Check if qemu-bridge-helper exists and is executable

Otherwise the error is just

    error: Failed to create domain from test1.xml
    error: failed to retrieve file descriptor for interface: Transport endpoint is not connected

since we don't get a sensible error after the fork.
src/qemu/qemu_command.c