From 05592e02ad24568f053867afdb98ff3aa0323b54 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 17 Aug 2006 16:32:30 +0100 Subject: [HVM] Allow xenbus to run in an HVM guest. Signed-off-by: Steven Smith --- unmodified_drivers/linux-2.6/mkbuildtree | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'unmodified_drivers/linux-2.6/mkbuildtree') diff --git a/unmodified_drivers/linux-2.6/mkbuildtree b/unmodified_drivers/linux-2.6/mkbuildtree index 6002b2722d..382a493796 100644 --- a/unmodified_drivers/linux-2.6/mkbuildtree +++ b/unmodified_drivers/linux-2.6/mkbuildtree @@ -5,8 +5,15 @@ C=$PWD XEN=$C/../../xen XL=$C/../../linux-2.6-xen-sparse +for d in $(find ${XL}/drivers/xen/ -maxdepth 1 -type d | sed -e 1d); do + if ! echo $d | egrep -q back; then + lndir $d $(basename $d) > /dev/null 2>&1 + fi +done + ln -sf ${XL}/drivers/xen/core/gnttab.c platform-pci ln -sf ${XL}/drivers/xen/core/features.c platform-pci +ln -sf ${XL}/drivers/xen/core/xen_proc.c xenbus mkdir -p include mkdir -p include/xen -- cgit v1.2.3