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.