aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/arch
diff options
context:
space:
mode:
authortlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>2003-05-06 22:50:55 +0000
committertlh20@elite.cl.cam.ac.uk <tlh20@elite.cl.cam.ac.uk>2003-05-06 22:50:55 +0000
commit642bd0999b4d21360384ddc69bbbbbcbc24655fc (patch)
tree3d3d4313aa9925a53f3a8dbf5cd8b2411b30a7d2 /xenolinux-2.4.21-pre4-sparse/arch
parent0d1658ee2283a6488285251f0116d57304dbc2ea (diff)
downloadxen-642bd0999b4d21360384ddc69bbbbbcbc24655fc.tar.gz
xen-642bd0999b4d21360384ddc69bbbbbcbc24655fc.tar.bz2
xen-642bd0999b4d21360384ddc69bbbbbcbc24655fc.zip
bitkeeper revision 1.210 (3eb83c4fHs_yAKLhRwEjFTSk2RBfhA)
xi_list: new file dom0_core.c, sched.h, domain.c: Add default domain name and xi_list to list all running domains
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/arch')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_core.c b/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_core.c
index 4f03fda0e2..d4777180e4 100644
--- a/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_core.c
+++ b/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_core.c
@@ -351,6 +351,12 @@ static int xeno_domains_show(struct seq_file *s, void *v)
{
dom0_op_t *di = v;
+ /*
+ * Output one domain's details to dom0.
+ *
+ * If you update this format string then change xi_list to match.
+ */
+
seq_printf (s,
"%8d %2d %1d %2d %8d %8ld %p %8d %s\n",
di -> u.getdominfo.domain,