diff --git a/pv-driver-build.patch b/pv-driver-build.patch index f692512..90dff81 100644 --- a/pv-driver-build.patch +++ b/pv-driver-build.patch @@ -1,10 +1,3 @@ ---- xen-4.1.2-testing.orig/unmodified_drivers/linux-2.6/blkfront/Kbuild -+++ xen-4.1.2-testing/unmodified_drivers/linux-2.6/blkfront/Kbuild -@@ -3,3 +3,4 @@ include $(M)/overrides.mk - obj-m += xen-vbd.o - - xen-vbd-objs := blkfront.o vbd.o -+xen-vbd-objs += $(patsubst %.c,%.o,$(notdir $(wildcard $(src)/vcd.c))) --- xen-4.1.2-testing.orig/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h +++ xen-4.1.2-testing/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h @@ -161,4 +161,14 @@ typedef irqreturn_t (*irq_handler_t)(int diff --git a/xen.changes b/xen.changes index 89e0a20..3934e8e 100644 --- a/xen.changes +++ b/xen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 28 11:29:50 CEST 2012 - ohering@suse.de + +- remove vcd.o rule from PVonHVM Makefile, not needed anymore + ------------------------------------------------------------------- Tue Mar 20 14:14:09 MDT 2012 - carnold@novell.com