|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 01 of 30] libxc: remove dependency on xenstore header
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1300718505 0
# Node ID 2114c80da2bd0a0181dba45e53c113e968a37f0e
# Parent 317a509c1f243d33327614e480281af21f7c479b
libxc: remove dependency on xenstore headers.
xc_offline_page doesn't really need xs.h.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r 317a509c1f24 -r 2114c80da2bd tools/libxc/Makefile
--- a/tools/libxc/Makefile Mon Mar 21 14:41:45 2011 +0000
+++ b/tools/libxc/Makefile Mon Mar 21 14:41:45 2011 +0000
@@ -68,7 +68,7 @@ OSDEP_SRCS-y += xenctrl_
-include $(XEN_TARGET_ARCH)/Makefile
CFLAGS += -Werror -Wmissing-prototypes
-CFLAGS += $(INCLUDES) -I. -I../xenstore -I../include
+CFLAGS += $(INCLUDES) -I. -I../include
# Needed for posix_fadvise64() in xc_linux.c
CFLAGS-$(CONFIG_Linux) += -D_GNU_SOURCE
diff -r 317a509c1f24 -r 2114c80da2bd tools/libxc/xc_offline_page.c
--- a/tools/libxc/xc_offline_page.c Mon Mar 21 14:41:45 2011 +0000
+++ b/tools/libxc/xc_offline_page.c Mon Mar 21 14:41:45 2011 +0000
@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
-#include <xs.h>
#include <xc_core.h>
#include "xc_private.h"
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00 of 30] tools: shave build yaks, Ian Campbell
- [Xen-devel] [PATCH 01 of 30] libxc: remove dependency on xenstore headers,
Ian Campbell <=
- [Xen-devel] [PATCH 02 of 30] tools: libxc: drop rpm.spec, Ian Campbell
- [Xen-devel] [PATCH 05 of 30] tools: vtpm: Use $(BINDIR) rather than a privately defined variable, Ian Campbell
- [Xen-devel] [PATCH 06 of 30] tools: remove unnecessary uses of -L, Ian Campbell
- [Xen-devel] [PATCH 04 of 30] tools: Drop use of $(INCLUDES), Ian Campbell
- [Xen-devel] [PATCH 08 of 30] tools: Drop XEN_XC variable, Ian Campbell
- [Xen-devel] [PATCH 13 of 30] tools: consistently use $({CFLAGS, LDLIBS}_libxenlight) instead of open coding, Ian Campbell
- [Xen-devel] [PATCH 11 of 30] tools: consistently use $({CFLAGS, LDLIBS}_libxenctrl) instead of open coding, Ian Campbell
- [Xen-devel] [PATCH 10 of 30] tools: consistently use $(CFLAGS_xeninclude) instead of open coding, Ian Campbell
- [Xen-devel] [PATCH 09 of 30] tools: blktap2: copy xenstore/hashtable.h into blktap2, Ian Campbell
|
|
|
|
|