From 1d3e27e802686c099d3b4661668d0bfbd9026a42 Mon Sep 17 00:00:00 2001 From: Steven Hand Date: Wed, 4 Apr 2007 19:59:10 +0100 Subject: Initial check-in to support PV balloon driver within HVM guests. Still todo: - fix mapcache invalidation (should happen in Xen) - support 32-on-64 mode correctly Signed-off-by: Steven Hand --- unmodified_drivers/linux-2.6/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'unmodified_drivers/linux-2.6/Makefile') diff --git a/unmodified_drivers/linux-2.6/Makefile b/unmodified_drivers/linux-2.6/Makefile index 119016f531..6722df5ac6 100644 --- a/unmodified_drivers/linux-2.6/Makefile +++ b/unmodified_drivers/linux-2.6/Makefile @@ -2,6 +2,7 @@ include $(M)/overrides.mk obj-m += platform-pci/ obj-m += xenbus/ +obj-m += balloon/ obj-m += blkfront/ obj-m += netfront/ obj-m += util/ -- cgit v1.2.3