rpms/kernel/devel kernel.spec, 1.1294.2.22, 1.1294.2.23 xen.pvops.post.patch, 1.1.2.12, 1.1.2.13

Michael Young myoung at fedoraproject.org
Sat May 2 21:34:54 UTC 2009


Author: myoung

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13887

Modified Files:
      Tag: private-myoung-dom0-branch
	kernel.spec xen.pvops.post.patch 
Log Message:
tweak to get pvops kernel to build with XEN_PCI_PASSTHROUGH and current config



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1294.2.22
retrieving revision 1.1294.2.23
diff -u -p -r1.1294.2.22 -r1.1294.2.23
--- kernel.spec	2 May 2009 18:00:24 -0000	1.1294.2.22
+++ kernel.spec	2 May 2009 21:34:23 -0000	1.1294.2.23
@@ -1847,6 +1847,7 @@ fi
 - update pvops patch from xen-tip/master
 - Try enabling CONFIG_XEN_GNTDEV and CONFIG_XEN_PCI_PASSTHROUGH
 - test a patch to allow CONFIG_CC_STACKPROTECTOR to be enabled
+- patch to allow kernel to build with XEN_PCI_PASSTHROUGH and current config
 
 * Fri May 01 2009 Eric Sandeen <sandeen at redhat.com>
 - Fix ext4 corruption on partial write into prealloc block

xen.pvops.post.patch:

Index: xen.pvops.post.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Attic/xen.pvops.post.patch,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -p -r1.1.2.12 -r1.1.2.13
--- xen.pvops.post.patch	2 May 2009 18:00:29 -0000	1.1.2.12
+++ xen.pvops.post.patch	2 May 2009 21:34:23 -0000	1.1.2.13
@@ -108,3 +108,13 @@ Test some patches to get STACKPROTECTOR 
  
  obj-y			:= intel_cacheinfo.o addon_cpuid_features.o
  obj-y			+= proc.o capflags.o powerflags.o common.o
+--- a/arch/x86/xen/Kconfig	2009-05-02 17:25:29.000000000 +0100
++++ b/arch/x86/xen/Kconfig	2009-05-02 22:25:30.000000000 +0100
+@@ -42,6 +42,7 @@
+        bool "Enable support for Xen PCI passthrough devices"
+        depends on XEN && PCI
+        select PCI_XEN
++       select XEN_XENBUS_FRONTEND
+        help
+          Enable support for passing PCI devices through to
+ 	 unprivileged domains. (COMPLETELY UNTESTED)




More information about the scm-commits mailing list