From beff93f34dd264d8261776bc68b751f0f57d1ff7 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Fri, 1 Oct 2010 18:33:19 +0100 Subject: [PATCH] libxl: fix qemu-dm path qemu-dm is installed under libxl_libexec_path (not under libxl_private_bindir_path). Signed-off-by: Christoph Egger Signed-off-by: Stefano Stabellini committer: Stefano Stabellini --- tools/libxl/libxl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index 7e7bc3ddeb..54b0ff1d67 100644 --- a/tools/libxl/libxl.c +++ b/tools/libxl/libxl.c @@ -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); } -- 2.30.2