ia64/xen-unstable
changeset 18729:15aed96c7b5c
Print d->is_dying when dumping domain info.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Oct 27 13:23:58 2008 +0000 (2008-10-27) |
parents | 11c86c51a697 |
children | 604ffa3cdcc4 |
files | xen/common/keyhandler.c |
line diff
1.1 --- a/xen/common/keyhandler.c Mon Oct 27 13:22:43 2008 +0000 1.2 +++ b/xen/common/keyhandler.c Mon Oct 27 13:23:58 2008 +0000 1.3 @@ -183,9 +183,9 @@ static void dump_domains(unsigned char k 1.4 { 1.5 printk("General information for domain %u:\n", d->domain_id); 1.6 cpuset_print(tmpstr, sizeof(tmpstr), d->domain_dirty_cpumask); 1.7 - printk(" refcnt=%d nr_pages=%d xenheap_pages=%d " 1.8 + printk(" refcnt=%d dying=%d nr_pages=%d xenheap_pages=%d " 1.9 "dirty_cpus=%s\n", 1.10 - atomic_read(&d->refcnt), 1.11 + atomic_read(&d->refcnt), d->is_dying, 1.12 d->tot_pages, d->xenheap_pages, tmpstr); 1.13 printk(" handle=%02x%02x%02x%02x-%02x%02x-%02x%02x-" 1.14 "%02x%02x-%02x%02x%02x%02x%02x%02x vm_assist=%08lx\n",