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/balloon/Kbuild | 9 +++++++++ unmodified_drivers/linux-2.6/balloon/Makefile | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 unmodified_drivers/linux-2.6/balloon/Kbuild create mode 100644 unmodified_drivers/linux-2.6/balloon/Makefile (limited to 'unmodified_drivers/linux-2.6/balloon') diff --git a/unmodified_drivers/linux-2.6/balloon/Kbuild b/unmodified_drivers/linux-2.6/balloon/Kbuild new file mode 100644 index 0000000000..bcc8b05207 --- /dev/null +++ b/unmodified_drivers/linux-2.6/balloon/Kbuild @@ -0,0 +1,9 @@ +include $(M)/overrides.mk + +obj-m = xen-balloon.o + +EXTRA_CFLAGS += -I$(M)/platform-pci + +xen-balloon-objs = +xen-balloon-objs += balloon.o +xen-balloon-objs += sysfs.o diff --git a/unmodified_drivers/linux-2.6/balloon/Makefile b/unmodified_drivers/linux-2.6/balloon/Makefile new file mode 100644 index 0000000000..64e7acd194 --- /dev/null +++ b/unmodified_drivers/linux-2.6/balloon/Makefile @@ -0,0 +1,3 @@ +ifneq ($(KERNELRELEASE),) +include $(src)/Kbuild +endif -- cgit v1.2.3