diff -r c8962b24fb50 xen/include/xen/sched.h --- a/xen/include/xen/sched.h Fri Jan 30 11:12:57 2009 +0900 +++ b/xen/include/xen/sched.h Thu Feb 05 13:58:35 2009 -0700 @@ -266,6 +266,9 @@ struct domain /* VRAM dirty support. */ struct sh_dirty_vram *dirty_vram; + + /* transcendent memory, auto-allocated on first tmem op by each domain */ + void *tmem; }; struct domain_setup_info