|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] HYPERVISOR_console_write gone?
> On Wed, 2004-03-10 at 14:32, Ian Pratt wrote:
>
> > Are you running 'xend'? The current console implementation is
> > blocking, and hence you could stall after filling up the buffer
> > if you haven't run the daemon to read it out.
>
> Yes, xend is running. For now, I've hacked printk to call good old
> HYPERVISOR_console_write, and skipped the call to register_console().
Sound slike that's the best plan for now. Only xc_dom_create.py sets
up the shared comms with teh DOM0 console daemon, so this
necessary initialisation is missing from the resume tools at the
moment. We can work on integrating this later.
-- Keir
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|