aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-08-23 18:35:21 +0100
committerIan Campbell <ian.campbell@xensource.com>2006-08-23 18:35:21 +0100
commit2cc329da2670f6326b3702c5aa65255c084b8025 (patch)
tree7a30de3dd7e11cf8b8c18d34ac0fc53cc5bc8f51 /tools/libxc/xg_private.h
parentc4ea6f0c90c61234a69ce330b91f00854641af9f (diff)
downloadxen-2cc329da2670f6326b3702c5aa65255c084b8025.tar.gz
xen-2cc329da2670f6326b3702c5aa65255c084b8025.tar.bz2
xen-2cc329da2670f6326b3702c5aa65255c084b8025.zip
[TOOLS] Cleanups to domU ELF loader.
- Remove debugging statements. - Cope better with archtectures where neither ELF notes or __xen_guest are needed or required. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.h')
-rw-r--r--tools/libxc/xg_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xg_private.h b/tools/libxc/xg_private.h
index 11b9cc5290..fcf8d25c7a 100644
--- a/tools/libxc/xg_private.h
+++ b/tools/libxc/xg_private.h
@@ -159,7 +159,7 @@ struct domain_setup_info
* pickup the correct one and retain backwards compatibility.
*/
void *__elfnote_section, *__elfnote_section_end;
- char *__xen_guest_string;
+ const char *__xen_guest_string;
};
typedef int (*parseimagefunc)(const char *image, unsigned long image_size,