aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-03-16 11:39:50 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-03-16 11:39:50 +0000
commitda12f80b3e44e8941091048b3aea6c2d3f9c6713 (patch)
treecfa74364f0e01ed51ff15428155e2c230912236c /tools/libxc/Makefile
parentf326023b8394296eb85a3bf2222edb1734c4cb6b (diff)
downloadxen-da12f80b3e44e8941091048b3aea6c2d3f9c6713.tar.gz
xen-da12f80b3e44e8941091048b3aea6c2d3f9c6713.tar.bz2
xen-da12f80b3e44e8941091048b3aea6c2d3f9c6713.zip
[HVM][QEMU] Save/restore: enable HVM live migration
by getting page-dirtying bitmaps from qemu-dm as well as from xen. Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 6dc76ae782..04705086de 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -57,7 +57,7 @@ GUEST_SRCS-$(CONFIG_IA64) += xc_dom_compat_linux.c
CFLAGS += -Werror -Wmissing-prototypes
CFLAGS += -fno-strict-aliasing
-CFLAGS += $(INCLUDES) -I.
+CFLAGS += $(INCLUDES) -I. -I../xenstore
# Needed for posix_fadvise64() in xc_linux.c
CFLAGS-$(CONFIG_Linux) += -D_GNU_SOURCE