libxl: fix qemu-dm path
authorChristoph Egger <Christoph.Egger@amd.com>
Fri, 1 Oct 2010 17:33:19 +0000 (18:33 +0100)
committerChristoph Egger <Christoph.Egger@amd.com>
Fri, 1 Oct 2010 17:33:19 +0000 (18:33 +0100)
qemu-dm is installed under libxl_libexec_path (not under
libxl_private_bindir_path).

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

tools/libxl/libxl.c

index 7e7bc3ddeb49ad3a226d874c504c2e2c3f4577b9..54b0ff1d6760b68c2a699948c29e81772325ae54 100644 (file)
@@ -1733,7 +1733,7 @@ retry_transaction:
         goto out_close;
     if (!rc) { /* inner child */
         libxl__exec(null, logfile_w, logfile_w,
-                   libxl__abs_path(&gc, info->device_model, libxl_private_bindir_path()),
+                   libxl__abs_path(&gc, info->device_model, libxl_libexec_path()),
                    args);
     }