From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] tools: drop ia64 only foreign structs from headers Date: Fri, 14 Sep 2012 13:23:32 +0100 Message-ID: References: <640a0b0b44e67c843473.1347616836@cosworth.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <640a0b0b44e67c843473.1347616836@cosworth.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 Campbell , xen-devel@lists.xen.org Cc: Jan Beulich List-Id: xen-devel@lists.xenproject.org On 14/09/2012 11:00, "Ian Campbell" wrote: > # HG changeset patch > # User Ian Campbell > # Date 1347616748 -3600 > # Node ID 640a0b0b44e67c8434735c5129400b3a56a43683 > # Parent aabf685cd613b11e9b9709ae2a43f23f56d4d7ff > tools: drop ia64 only foreign structs from headers > > Signed-off-by: Ian Campbell Acked-by: Keir Fraser > diff -r aabf685cd613 -r 640a0b0b44e6 tools/include/xen-foreign/reference.size > --- a/tools/include/xen-foreign/reference.size Fri Sep 14 10:39:09 2012 +0100 > +++ b/tools/include/xen-foreign/reference.size Fri Sep 14 10:59:08 2012 +0100 > @@ -3,12 +3,7 @@ structs | x86_32 x86 > > start_info | 1112 1168 > trap_info | 8 16 > -pt_fpreg | - - > cpu_user_regs | 68 200 > -xen_ia64_boot_param | - - > -ia64_tr_entry | - - > -vcpu_tr_regs | - - > -vcpu_guest_context_regs | - - > vcpu_guest_context | 2800 5168 > arch_vcpu_info | 24 16 > vcpu_time_info | 32 32 > diff -r aabf685cd613 -r 640a0b0b44e6 tools/include/xen-foreign/structs.py > --- a/tools/include/xen-foreign/structs.py Fri Sep 14 10:39:09 2012 +0100 > +++ b/tools/include/xen-foreign/structs.py Fri Sep 14 10:59:08 2012 +0100 > @@ -5,12 +5,7 @@ unions = [ "vcpu_cr_regs", > > structs = [ "start_info", > "trap_info", > - "pt_fpreg", > "cpu_user_regs", > - "xen_ia64_boot_param", > - "ia64_tr_entry", > - "vcpu_tr_regs", > - "vcpu_guest_context_regs", > "vcpu_guest_context", > "arch_vcpu_info", > "vcpu_time_info", > @@ -48,9 +43,6 @@ defines = [ "__i386__", > "_VGCF_online", > "VGCF_online", > > - # ia64 > - "VGCF_EXTRA_REGS", > - > # all archs > "xen_pfn_to_cr3", > "xen_cr3_to_pfn", > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel