search for: conswitch

Displaying 10 results from an estimated 10 matches for "conswitch".

Did you mean: conswitchp
2013 Aug 28
2
[PATCH] xen/docs: Correct documentation for the conswitch parameter
...-command-line.markdown b/docs/misc/xen-command-line.markdown index 13c0306..dedc25e 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -281,7 +281,7 @@ Flag to indicate whether all guest console output should be copied into the console ring buffer. ### conswitch -> `= <switch char>[,x]` +> `= <switch char>[x]` > Default `conswitch=a` @@ -292,7 +292,8 @@ times. The optional trailing `x` indicates that Xen should not automatically switch the console input to dom0 during boot. Any other value, including omission, causes Xen to au...
2013 Oct 11
9
[PATCH OSSTEST 0/6] Support for serial logs from marilith boxes
The marilith boxes use a conserver (http://www.conserver.com/) setup for serial access. Our installation exports the logs via http allowing us to grab them with wget. Sending debug keys with is handled separately via xenuse. xenuse ultimately speaks to the conserver too but it abstracts away the IP and port to use so this is preferred. With these changes the correct Serial hostprop for a
2012 Jan 27
1
CentOS 6.2 XEN 4.1.2 Serial console
...xendom0.x86_64 dmesg | grep tty console [tty0] enabled Weirdest thing when I remove the kernel /xen.gz ...... line from grub.conf it shows the port IO, IRQ and so on. my grub.conf reads title XEN dom0 root (hd0,0) kernel /xen.gz loglvl=all guest_loglvl=all dom0_max_vcpus=1 dom0_vcpus_pin conswitch=g com1=115200,8n1 console=vga,com1 dom0_mem=384M module /vmlinuz-2.6.32-131.21.1.el6.xendom0.x86_64 ro root=/dev/mapper/xaero-root nomodeset rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=xaero/swap rd_LVM_LV=xaero/root KEYBOARDTYPE=pc KEYTABLE=es rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=...
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
...4 17:51:39.000000000 +0200 @@ -36,7 +36,7 @@ #include <public/sysctl.h> /* console: comma-separated list of console outputs. */ -static char opt_console[30] = OPT_CONSOLE_STR; +static char __initdata opt_console[30] = OPT_CONSOLE_STR; string_param("console", opt_console); /* conswitch: a character pair controlling console switching. */ @@ -677,7 +677,7 @@ void __init console_endboot(void) switch_serial_input(); } -int console_has(const char *device) +int __init console_has(const char *device) { char *p; --- 2009-08-18.orig/xen/drivers/char/ns16550.c 2009-07-30 16...
2005 Jan 02
5
Xen0 crash dump (/dev/ram0 root) possibly of interest
...this, could you forward me a copy of the Xen 1.2 CD you offered to do earlier? I''d like to see to see which initrd techniques you used, if any. My GRUB config looks like: title xen kernel /boot/xen dom0_mem=318464 com1=115200,8n1 console=com1,vga ignorebiostables nmi=ignore sched=bvt conswitch=xy noreboot module /boot/xen0-vmlinuz ramdisk_size=203776 root=/dev/ram0 max_loop=96 rw console=ttyS0 vga=extended module /boot/xen0-initrd I can provide access to the ISO if anyone cares, though it''s obviously non-functional currently. __ __ ____ ___ \ \/ /___ _ __...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...>` @@ -166,16 +210,22 @@ Flag to indicate whether include a times > Default: `false` -Flag to indicate whether all guest console output should be copied into the console ring buffer. +Flag to indicate whether all guest console output should be copied +into the console ring buffer. ### conswitch > `= <switch char>[,x]` > Default `conswitch=a` -Specify which character should be used to switch serial input between Xen and dom0. The required sequence is CTRL-&lt;switch char&gt; three times. +Specify which character should be used to switch serial input between +Xen...
2008 Jun 14
14
Dom0 won''t come up, Fedora 9
..._| | /_/\_\___|_| |_| |____(_)_____(_)___/ (XEN) Xen version 3.2.0 (mockbuild@[unknown]) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) Tue May 13 11:43:44 EDT 2008 (XEN) Latest ChangeSet: unavailable (XEN) Command line: com1=115200,8n1 console=com1 conswitch=ax (XEN) Video information: (XEN) VGA is text mode 80x25, font 8x16 (XEN) VBE/DDC methods: V2; EDID transfer time: 2 seconds (XEN) Disc information: (XEN) Found 2 MBR signatures (XEN) Found 2 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009fc00 (usable)...
2012 Feb 04
9
XEN 4.1.2+Centos 6.2+Kernel 3.X
Hey hope this opne is a "make senser". Has anyone tried the "Subject line" combo?, I''ve compiled a dozen src.rpm kernel 3.0 and 3.1 packages with no luck to try native upstream Dom0 kernel support with no success, just a kernel oops and constant reboots. I followed Fedora''s wiki on building a custom kernel, even used F16''s .config which also was a
2012 Feb 04
9
XEN 4.1.2+Centos 6.2+Kernel 3.X
Hey hope this opne is a "make senser". Has anyone tried the "Subject line" combo?, I''ve compiled a dozen src.rpm kernel 3.0 and 3.1 packages with no luck to try native upstream Dom0 kernel support with no success, just a kernel oops and constant reboots. I followed Fedora''s wiki on building a custom kernel, even used F16''s .config which also was a
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel