From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/5] libxc: do initrd processing of domain builder in own function Date: Fri, 25 Sep 2015 16:39:47 +0100 Message-ID: <1443195587.25250.170.camel@citrix.com> References: <1441974742-27352-1-git-send-email-jgross@suse.com> <1441974742-27352-3-git-send-email-jgross@suse.com> <22002.52472.783466.51813@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <22002.52472.783466.51813@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , Juergen Gross Cc: xen-devel@lists.xensource.com, wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-09-11 at 13:45 +0100, Ian Jackson wrote: > Juergen Gross writes ("[PATCH 2/5] libxc: do initrd processing of domain > builder in own function"): > > Factor out the initrd processing in xc_dom_build_image() into an own > > function to prepare starting a domain with unmapped initrd. > > I haven't checked that this is just code motion and the obvious > refactoring, but it looks like it is. On that basis > > Acked-by: Ian Jackson Doesn't look to conflict with Roger's series, so applied. Ian.