Displaying 2 results from an estimated 2 matches for "xen_intr".
Did you mean:
xen_int3
2005 May 02
0
[PATCH] update evtchn for SMP
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2005/05/01 17:01:17-07:00 kmacy@curly.lab.netapp.com
# add SMP support to evtchn
# Signed-off-by: Kip Macy <kmacy@netapp.com>
#
# freebsd-5.3-xen-sparse/i386-xen/include/xen_intr.h
# 2005/05/01 17:01:15-07:00 kmacy@curly.lab.netapp.com +3 -0
# add SMP interfaces
#
# freebsd-5.3-xen-sparse/i386-xen/i386-xen/evtchn.c
# 2005/05/01 17:01:15-07:00 kmacy@curly.lab.netapp.com +85 -9
# add SMP support
#
diff -Nru a/freebsd-5.3-xen-sparse/i386-xen/i386-xen/evtchn.c b/freeb...
2013 Oct 28
5
FreeBSD PVH guest support
...dex 1914c48..bd52e8f 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -554,5 +554,9 @@ x86/x86/mptable_pci.c optional mptable pci
x86/x86/msi.c optional pci
x86/x86/nexus.c standard
x86/x86/tsc.c standard
+x86/x86/delay.c standard
x86/xen/hvm.c optional xenhvm
x86/xen/xen_intr.c optional xen | xenhvm
+x86/xen/mptable.c optional xenhvm
+x86/xen/pvcpu.c optional xenhvm
+x86/xen/pv.c optional xenhvm
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index e259659..15a3aae 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -577,5 +577,6 @@ x86/x86/mptabl...