Displaying 5 results from an estimated 5 matches for "xen_compiler".
Did you mean:
x_compiler
2013 Jan 30
1
[PATCH v2] xen: print "debug=y|n" during hypervisor startup
...nlock(&console_lock);
- printk("Xen version %d.%d%s (%s@%s) (%s) %s\n",
+ printk("Xen version %d.%d%s (%s@%s) (%s) debug=%c %s\n",
xen_major_version(), xen_minor_version(), xen_extra_version(),
xen_compile_by(), xen_compile_domain(),
- xen_compiler(), xen_compile_date());
+ xen_compiler(), debug, xen_compile_date());
printk("Latest ChangeSet: %s\n", xen_changeset());
if ( opt_sync_console )
2004 Dec 30
0
Minor tail-related build error
...warning that could get
corrected:
-- begin --
make[2]: Entering directory `/usr/local/src/xen/xen-2.0-testing.bk/xen''
tail: `-1'' option is obsolete; use `-n 1'' since this will be removed in the future
-- end --
My xen/Makefile has:
-- begin --
@LANG=C echo \#define XEN_COMPILER \"`$(CC) $(CFLAGS) -v 2>&1 | tail -1`\"
-- end --
Just doing what it says, replacing "tail -1" with "tail -n 1", is the
suggested fix.
-- jared@wordzoo.com
http://www.geekcode.com/geek.html
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/B
d s:++>+ a...
2005 Jul 04
0
[PATCH 2/2] xm info (2)
...new functions on xen version and xen
compile info. It also extends python wrapper correspondingly.
Here is the output of new "xm info"
---
#xm info
system : Linux
host : ubuntu
xen_release : 3.0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
xen_compile_date : Mon Jul 4 22:43:48 EST 2005
dom0_release : 2.6.11.12-xen0
dom0_version : #2 Mon Jul 4 23:28:27 EST 2005
machine : i686
logical_cpus : 1
nodes : 1
sockets_p...
2006 Oct 17
0
[PATCH] Build fix for Solaris sed.
# HG changeset patch
# User john.levon@sun.com
# Date 1161090225 25200
# Node ID 6db63d9288cbe0e80069080352a8a6257dad8118
# Parent afeef751f9dafa771726bcfb00b29a10b0baeabd
Build fix for Solaris sed.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/xen/Rules.mk b/xen/Rules.mk
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -24,9 +24,11 @@ override COMPILE_SUBARCH := $(XEN_COMPIL
2005 Jul 03
11
[PATCH] xm info
...ypercall to return number of
socket, adds few functions to libxc and extends python wrapper
correspondingly.
Here is the output of new "xm info":
--
system : Linux
host : ubuntu
xen_release : 3.0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
xen_compile_date : Sun Jul 3 15:26:01 EST 2005
dom0_release : 2.6.11.12-xen0
dom0_version : #2 Sun Jul 3 15:39:31 EST 2005
machine : i686
logical_cpus : 1
sockets : 1
cores_per...