Displaying 3 results from an estimated 3 matches for "xen_compile_by".
2013 Jan 30
1
[PATCH v2] xen: print "debug=y|n" during hypervisor startup
...sole_lock);
__putstr(xen_banner());
spin_unlock(&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 )
2005 Jul 04
0
[PATCH 2/2] xm info (2)
This patch extends libxc for few 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...
2005 Jul 03
11
[PATCH] xm info
...In order to do that, it extends physinfo hypercall 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...