debuggers.hg
changeset 16407:a790ad6ef073
solaris, xend: Fix FMRI for Solaris SMF.
Update the FMRI for SMF to reflect reality (again).
Signed-off-by: John Levon <john.levon@sun.com>
Update the FMRI for SMF to reflect reality (again).
Signed-off-by: John Levon <john.levon@sun.com>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Sat Nov 10 10:55:27 2007 +0000 (2007-11-10) |
parents | afd7d5c96e09 |
children | f669bf5c6720 |
files | tools/python/xen/lowlevel/scf/scf.c |
line diff
1.1 --- a/tools/python/xen/lowlevel/scf/scf.c Sat Nov 10 10:54:32 2007 +0000 1.2 +++ b/tools/python/xen/lowlevel/scf/scf.c Sat Nov 10 10:55:27 2007 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 #include <libscf.h> 1.5 #include <stdio.h> 1.6 1.7 -#define XEND_FMRI "svc:/system/xctl/xend:default" 1.8 +#define XEND_FMRI "svc:/system/xvm/xend:default" 1.9 #define XEND_PG "config" 1.10 1.11 static PyObject *scf_exc;