From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] cleanup domain builder declarations and related users Date: Mon, 28 Sep 2015 10:44:16 +0100 Message-ID: <56090BF0.5060901@citrix.com> References: <1443416549-608-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1443416549-608-1-git-send-email-jgross@suse.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: Juergen Gross , keir@xen.org, Ian.Campbell@citrix.com, ian.jackson@eu.citrix.com, tim@xen.org, david.vrabel@citrix.com, jbeulich@suse.com, xen-devel@lists.xen.org, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On 28/09/15 06:02, Juergen Gross wrote: > There are several unused function and structure declarations in the > hypervisor related to domain building. Remove them. > > Use an enum for elf_dom_parms.pae instead of just hard codiint pae; /* some kind of enum apparently */ > ng the > values when setting the information and adjust the code to use those > instead of own macros (hypervisor and tools). > > Signed-off-by: Juergen Gross Reviewed-by: Andrew Cooper