WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] hypervisor console I/O

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] hypervisor console I/O
From: ron minnich <rminnich@xxxxxxxx>
Date: Thu, 27 May 2004 08:31:58 -0600 (MDT)
Delivery-date: Fri, 28 May 2004 07:33:06 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
I think I'm on this list ...

Anyway, I have my plan 9 guest starting up, and I am into C code. I can 
call hypervisor exit and that works, so the obvious next thing is to call 
console i/o

So I call

HYPERVISOR_console_io(0, "HI!\n", 4);

but no good news from the xen console, I don't get anything at all. 

Anybody dealt with this one? Any debugging hints? If I fix xentrace_format 
(it's broken) will I see the calls from my guest to xen? 

thanks

ron



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] hypervisor console I/O, ron minnich <=