aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/keyhandler.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-27 13:23:58 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-10-27 13:23:58 +0000
commitaa17bdc6db78e15979a24f6a0da0a06d633ff0e3 (patch)
treefdf140749cd9b50609afaa2fe5349bdd0c5f8612 /xen/common/keyhandler.c
parent1cbcdec761a05af42411e5f775873770325da2c9 (diff)
downloadxen-aa17bdc6db78e15979a24f6a0da0a06d633ff0e3.tar.gz
xen-aa17bdc6db78e15979a24f6a0da0a06d633ff0e3.tar.bz2
xen-aa17bdc6db78e15979a24f6a0da0a06d633ff0e3.zip
Print d->is_dying when dumping domain info.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/keyhandler.c')
-rw-r--r--xen/common/keyhandler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/keyhandler.c b/xen/common/keyhandler.c
index e24a6d335f..e13698efdd 100644
--- a/xen/common/keyhandler.c
+++ b/xen/common/keyhandler.c
@@ -183,9 +183,9 @@ static void dump_domains(unsigned char key)
{
printk("General information for domain %u:\n", d->domain_id);
cpuset_print(tmpstr, sizeof(tmpstr), d->domain_dirty_cpumask);
- printk(" refcnt=%d nr_pages=%d xenheap_pages=%d "
+ printk(" refcnt=%d dying=%d nr_pages=%d xenheap_pages=%d "
"dirty_cpus=%s\n",
- atomic_read(&d->refcnt),
+ atomic_read(&d->refcnt), d->is_dying,
d->tot_pages, d->xenheap_pages, tmpstr);
printk(" handle=%02x%02x%02x%02x-%02x%02x-%02x%02x-"
"%02x%02x-%02x%02x%02x%02x%02x%02x vm_assist=%08lx\n",