From: Date: Tue, 24 Jan 2012 15:09:31 +0000 (+0000) Subject: libxl: use new qemu at the location where xen-unstable installs it X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e03da93ad676ba75173d3b2438cc0c0e1178641;p=xen.git libxl: use new qemu at the location where xen-unstable installs it From: Ian Campbell Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index 39526d240a..3d45cd3978 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -50,7 +50,7 @@ const char *libxl__domain_device_model(libxl__gc *gc, dm = libxl__abs_path(gc, "qemu-dm", libxl_libexec_path()); break; case LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN: - dm = libxl__strdup(gc, "/usr/bin/qemu"); + dm = libxl__abs_path(gc, "qemu", libxl_libexec_path()); break; default: LIBXL__LOG(ctx, LIBXL__LOG_ERROR,