11 messages in com.xensource.lists.xen-develRe: [Xen-devel] HYPERVISOR_console_wr...
FromSent OnAttachments
Jacob Gorm Hansen09 Mar 2004 07:54 
Keir Fraser09 Mar 2004 12:39 
Jacob Gorm Hansen10 Mar 2004 04:19 
Jacob Gorm Hansen10 Mar 2004 04:27 
Jacob Gorm Hansen10 Mar 2004 04:38 
Ian Pratt10 Mar 2004 04:44 
Jacob Gorm Hansen10 Mar 2004 05:19 
Ian Pratt10 Mar 2004 05:32 
Jacob Gorm Hansen10 Mar 2004 05:47 
Keir Fraser10 Mar 2004 06:32 
Ian Pratt10 Mar 2004 06:34 
Subject:Re: [Xen-devel] HYPERVISOR_console_write gone?
From:Ian Pratt (Ian.@cl.cam.ac.uk)
Date:03/10/2004 06:34:41 AM
List:com.xensource.lists.xen-devel

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().

Odd. This is with a xenolinux built from the same repository, right?

I think using HYPERVISOR_console_write is probably best for what you're doing anyhow -- the new xend console stuff has yet to be integrated with suspend/resume yet, but this should be straightforward.

Ian