Re: [libvirt] PATCH: Don't rely on host binaries in QEMU tests

2008-05-20 Thread Daniel Veillard
On Fri, May 16, 2008 at 04:19:16PM +0100, Daniel P. Berrange wrote: > The QEMU test suites rely on the QEMU/KVM/Xenner binaries being present > in /usr/bin. This has obvious problems and is unneccessary. The solution > is to not use the qemudCapsInit() function which initializes capabilities > base

Re: [libvirt] PATCH: Don't rely on host binaries in QEMU tests

2008-05-16 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > The QEMU test suites rely on the QEMU/KVM/Xenner binaries being present > in /usr/bin. This has obvious problems and is unneccessary. The solution > is to not use the qemudCapsInit() function which initializes capabilities > based on binaries presen

[libvirt] PATCH: Don't rely on host binaries in QEMU tests

2008-05-16 Thread Daniel P. Berrange
The QEMU test suites rely on the QEMU/KVM/Xenner binaries being present in /usr/bin. This has obvious problems and is unneccessary. The solution is to not use the qemudCapsInit() function which initializes capabilities based on binaries present. Instead I add a custom impl just for the test cases w