[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: fix qemu-dm path
# HG changeset patch # User Christoph Egger <Christoph.Egger@xxxxxxx> # Date 1285954399 -3600 # Node ID fb8291d00262fa1ddcc2039dae0a4b8bd15afb3f # Parent 10b7696a5395c02f6b58fc98aa4b0823f6a2d6b4 libxl: fix qemu-dm path qemu-dm is installed under libxl_libexec_path (not under libxl_private_bindir_path). Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> committer: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> --- tools/libxl/libxl.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 10b7696a5395 -r fb8291d00262 tools/libxl/libxl.c --- a/tools/libxl/libxl.c Fri Oct 01 17:22:40 2010 +0100 +++ b/tools/libxl/libxl.c Fri Oct 01 18:33:19 2010 +0100 @@ -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); } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |