Re: [libvirt] [PATCH 1/2] libxl: don't attempt to probe a non-existent emulator

2016-05-13 Thread Jim Fehlig
On 05/13/2016 01:41 AM, Ján Tomko wrote: > On Thu, May 12, 2016 at 02:40:28PM -0600, Jim Fehlig wrote: >> When probing the with '-help' to determine if >> it is the old qemu, errors are reported if the emulator >> doesn't exist >> >> libvirt: error : internal error: Child process >> (/usr/lib/xen

Re: [libvirt] [PATCH 1/2] libxl: don't attempt to probe a non-existent emulator

2016-05-13 Thread Ján Tomko
On Thu, May 12, 2016 at 02:40:28PM -0600, Jim Fehlig wrote: > When probing the with '-help' to determine if > it is the old qemu, errors are reported if the emulator > doesn't exist > > libvirt: error : internal error: Child process > (/usr/lib/xen/bin/qemu-dm -help) unexpected exit status 127:

[libvirt] [PATCH 1/2] libxl: don't attempt to probe a non-existent emulator

2016-05-12 Thread Jim Fehlig
When probing the with '-help' to determine if it is the old qemu, errors are reported if the emulator doesn't exist libvirt: error : internal error: Child process (/usr/lib/xen/bin/qemu-dm -help) unexpected exit status 127: libvirt: error : cannot execute binary /usr/lib/xen/bin/qemu-dm: No suc