WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Merge vcpuop compat header creation

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Merge vcpuop compat header creation
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 05 Jan 2007 12:55:25 -0800
Delivery-date: Fri, 05 Jan 2007 13:49:27 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Emmanuel Ackaouy <ack@xxxxxxxxxxxxx>
# Date 1168018473 0
# Node ID ac55ec633422320a92b5cbec17f695a29ee9e220
# Parent  203f982ed5d9073d370d275642938ccdcf8a9014
Merge vcpuop compat header creation

Signed-off-by: Emmanuel Ackaouy <ack@xxxxxxxxxxxxx>
---
 xen/include/Makefile |    2 ++
 xen/include/xlat.lst |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff -r 203f982ed5d9 -r ac55ec633422 xen/include/Makefile
--- a/xen/include/Makefile      Fri Jan 05 17:34:33 2007 +0000
+++ b/xen/include/Makefile      Fri Jan 05 17:34:33 2007 +0000
@@ -4,6 +4,8 @@ compat-arch-$(CONFIG_X86) := x86_32
 
 headers-y                 := $(shell echo public/*.h | sed -e 
's,[^[:space:]]*-[^[:space:]]*,,g' -e 's,public/,compat/,g')
 headers-y                 := $(filter-out %/dom0_ops.h,$(headers-y))
+headers-$(CONFIG_X86)     += compat/arch-x86/xen.h
+headers-$(CONFIG_X86)     += compat/arch-x86/xen-$(compat-arch-y).h
 headers-y                 += compat/arch-$(compat-arch-y).h compat/xlat.h
 
 cppflags-y                := -include public/xen-compat.h
diff -r 203f982ed5d9 -r ac55ec633422 xen/include/xlat.lst
--- a/xen/include/xlat.lst      Fri Jan 05 17:34:33 2007 +0000
+++ b/xen/include/xlat.lst      Fri Jan 05 17:34:33 2007 +0000
@@ -6,9 +6,9 @@
 !      mmuext_op                       xen.h
 !      start_info                      xen.h
 ?      vcpu_time_info                  xen.h
-!      cpu_user_regs                   arch-@arch@.h
-!      trap_info                       arch-@arch@.h
-!      vcpu_guest_context              arch-@arch@.h
+!      cpu_user_regs                   arch-x86/xen-@arch@.h
+!      trap_info                       arch-x86/xen.h
+!      vcpu_guest_context              arch-x86/xen.h
 ?      evtchn_alloc_unbound            event_channel.h
 ?      evtchn_bind_interdomain         event_channel.h
 ?      evtchn_bind_ipi                 event_channel.h

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Merge vcpuop compat header creation, Xen patchbot-unstable <=