Re: [libvirt] [PATCH] Don't list capabilities entries if emulators can't be accessed

2008-08-28 Thread Daniel P. Berrange
On Mon, Aug 25, 2008 at 01:16:39PM -0400, Cole Robinson wrote: Daniel P. Berrange wrote: On Wed, Aug 20, 2008 at 12:51:05PM -0400, Cole Robinson wrote: diff --git a/src/qemu_conf.c b/src/qemu_conf.c index dc9e42a..0328cc1 100644 --- a/src/qemu_conf.c +++ b/src/qemu_conf.c @@ -230,6

[libvirt] [PATCH] Don't list capabilities entries if emulators can't be accessed

2008-08-20 Thread Cole Robinson
The patch below fixes capabilities xml generation for the qemu driver if the emulators aren't found in the hardcoded paths. Current behavior will add a guest entry for the emulator even if it does not exist, patch fixes this to check that we actually have access. This brings up another issue,