|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: make libxl__e820_alloc a static function
# HG changeset patch
# User Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
# Date 1338364672 -3600
# Node ID 6c5f9175002fbd27a605e3d7f21378f8092c1eda
# Parent 7217d2c14eb0d47937ad8535c2a9ed48c3611149
libxl: make libxl__e820_alloc a static function
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Acked-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Acked-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
diff -r 7217d2c14eb0 -r 6c5f9175002f tools/libxl/libxl_internal.h
--- a/tools/libxl/libxl_internal.h Wed May 30 08:57:52 2012 +0100
+++ b/tools/libxl/libxl_internal.h Wed May 30 08:57:52 2012 +0100
@@ -1312,8 +1312,6 @@ struct libxl__xen_console_reader {
_hidden int libxl__error_set(libxl__gc *gc, int code);
-_hidden int libxl__e820_alloc(libxl__gc *gc, uint32_t domid,
libxl_domain_config *d_config);
-
/* parse the string @s as a sequence of 6 colon separated bytes in to @mac */
_hidden int libxl__parse_mac(const char *s, libxl_mac mac);
/* compare mac address @a and @b. 0 if the same, -ve if a<b and +ve if a>b */
diff -r 7217d2c14eb0 -r 6c5f9175002f tools/libxl/libxl_x86.c
--- a/tools/libxl/libxl_x86.c Wed May 30 08:57:52 2012 +0100
+++ b/tools/libxl/libxl_x86.c Wed May 30 08:57:52 2012 +0100
@@ -207,7 +207,8 @@ static int e820_sanitize(libxl_ctx *ctx,
return 0;
}
-int libxl__e820_alloc(libxl__gc *gc, uint32_t domid, libxl_domain_config
*d_config)
+static int libxl__e820_alloc(libxl__gc *gc, uint32_t domid,
+ libxl_domain_config *d_config)
{
libxl_ctx *ctx = libxl__gc_owner(gc);
int rc;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |