Subject: Re: xen network problem
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 03/10/2006 17:15:33
Manuel Bouyer <bouyer@antioche.eu.org> writes:

> On Wed, Mar 08, 2006 at 07:39:34PM -0500, Jed Davis wrote:
>> 
>> One thing to try: typing control-A three times on the console, to
>> switch the input to Xen, and then 'h' to list the functions available.
>> If that works, it means that at least Xen is still doing something and
>> can talk to the console.
>
> This only works with serial console isn't it ? Or has something
> changed with Xen 2.0.7 ?

It probably does; I've used it on a serial console, and just assumed
it would work on VGA as well.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))