diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/python/xen/lowlevel/scf/scf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/lowlevel/scf/scf.c b/tools/python/xen/lowlevel/scf/scf.c index 0e205179b6..22a79606c0 100644 --- a/tools/python/xen/lowlevel/scf/scf.c +++ b/tools/python/xen/lowlevel/scf/scf.c @@ -26,7 +26,7 @@ #include <libscf.h> #include <stdio.h> -#define XEND_FMRI "svc:/system/xctl/xend:default" +#define XEND_FMRI "svc:/system/xvm/xend:default" #define XEND_PG "config" static PyObject *scf_exc; |