4 messages in com.xensource.lists.xen-ia64-develRE: [Xen-ia64-devel] CLONE_DOMAIN0 an...
FromSent OnAttachments
Isaku Yamahata24 Jan 2006 18:23 
Tian, Kevin24 Jan 2006 18:29 
Magenheimer, Dan (HP Labs Fort Collins)24 Jan 2006 18:59 
Isaku Yamahata24 Jan 2006 20:03.patch
Subject:RE: [Xen-ia64-devel] CLONE_DOMAIN0 and DOMU_AUTO_RESTART
From:Magenheimer, Dan (HP Labs Fort Collins) (dan.@hp.com)
Date:01/24/2006 06:59:56 PM
List:com.xensource.lists.xen-ia64-devel

They are no longer used but AUTO_RESTART might prove useful for testing multiple domains when the new blkif driver code is being debugged. But we can always find it in the hg tree and recode it if we need it so, agreed, just remove them.

-----Original Message----- From: xen-@lists.xensource.com [mailto:xen-@lists.xensource.com] On Behalf Of Isaku Yamahata Sent: Tuesday, January 24, 2006 7:24 PM To: xen-@lists.xensource.com Subject: [Xen-ia64-devel] CLONE_DOMAIN0 and DOMU_AUTO_RESTART

Are CLONE_DOMAIN0 and DOMU_AUTO_RESTART features used? I'd like to remove codes related to CLONE_DOMAIN0 and DOMU_AUTO_RESTART. It simplifies the domain construction a bit.

I guess that those were needed for debugging in the very early development stage and are now useless. Am I right? DOMU_AUTO_RESTART might be useful for some users, however it should be realized by a daemon in dom0 arch-independently or something like that.

If there is no objections, I will make a patch.