Displaying 5 results from an estimated 5 matches for "xc_off".
2006 Sep 02
6
[PATCH] Paravirt framebuffer use xvc as console [4/5]
This is the patch from Amos Waterland for the xenconsole to
use /dev/xvc0 instead of taking over ttys. I''ve fixed a few places
which needed to check for XVC mode in addition to serial mode. Also,
until LANANA responds with an official minor, I''ve adjusted it to use
char 250/187 (in the experimental range) as opposed to 204/187.
(Should be identical to this patch from last
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...@
> #include <asm-xen/xen-public/event_channel.h>
> #include <asm-xen/hypervisor.h>
> #include <asm-xen/evtchn.h>
>-#include <asm-xen/ctrl_if.h>
>-
>+
>+#include "xencons_ring.h"
> /*
> * Modes:
> * ''xencons=off'' [XC_OFF]: Console is disabled.
>@@ -118,13 +118,6 @@
> /* Common transmit-kick routine. */
> static void __xencons_tx_flush(void);
>
>-/* This task is used to defer sending console data until there is space. */
>-static void xencons_tx_flush_task_routine(void *data);
>-
>-stati...
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths