|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Merge vcpuop compat header creation
# 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 <=
|
|
|
|
|