search for: xc_plan9_build

Displaying 3 results from an estimated 3 matches for "xc_plan9_build".

2005 Feb 19
0
[PATCH] check read/write return values
...on, which isn''t called by anybody anyway. I have verified that Xen still boots and can create Linux domains with these changes applied. I tried to stick to the various coding styles in the different files. Signed-off-by: Rik van Riel <riel@redhat.com> --- xen-unstable/tools/libxc/xc_plan9_build.c.warn 2005-02-19 11:58:24.000000000 -0500 +++ xen-unstable/tools/libxc/xc_plan9_build.c 2005-02-19 12:02:41.000000000 -0500 @@ -63,6 +63,7 @@ * your image builder. * Xen guys, nuke this if you wish. */ +#if 0 /* NOT CALLED */ void dumpit(int xc_handle, u32 dom, int start_page...
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
...const char *cmdline, unsigned int control_evtchn, unsigned long flags, - unsigned int vcpus); + unsigned int vcpus, + unsigned int store_evtchn, + unsigned long *store_mfn); int xc_plan9_build (int xc_handle, diff -ur xen-unstable/tools/libxc/xc_linux_build.c xen-unstable-working/tools/libxc/xc_linux_build.c --- xen-unstable/tools/libxc/xc_linux_build.c 2005-05-24 13:10:24.000000000 +1000 +++ xen-unstable-working/tools/libxc/xc_linux_build.c 2005-05-31 17:44:08.000000000 +1000 @@ -50,7 +...
2005 Feb 18
14
autotoolizing xen?
Hi there! I was wondering what the general opinion on autotoolizing xen is? I am volunteering to do so, if there is interest in updating the build system to use autoconf, automake and/or libtool. Is one configure script for all of xen enough or do you want to be able to configure all/some tools separately? I know that Anthony is no fan of libtool... are there more reservations about some