From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [RFC/patch] domain builder rewrite Date: Tue, 13 Jun 2006 08:54:33 -0500 Message-ID: <448EC399.2070404@us.ibm.com> References: <447F00BB.3070907@suse.de> <87hd2pkylj.wl%simon.kagstrom@bth.se> <448EB8B5.5010205@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <448EB8B5.5010205@suse.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Gerd Hoffmann Cc: Simon Kagstrom , Xen devel list List-Id: xen-devel@lists.xenproject.org Gerd Hoffmann wrote: >> I guess that the hypervisor really doesn't need to know about ELF >> images at all? To me it seems that it should be enough for it to get a >> suspended image built by the domain. >> > > It needs to know to bootstrap domain 0 only, all other domains are > created by the tools, not the hypervisor itself. > It always struck me as odd that we duplicated the domain builder code in both in userspace and in the hypervisor. Have you given any thought of unifying the two? I always thought it would be neat to have a hypercall that could build paravirt domains at least... Regards, Anthony Liguori > cheers, > > Gerd > >