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-users

Re: [Xen-users] Where can I see message printed by do_console_io?

To: ZelluX <zellux@xxxxxxxxx>
Subject: Re: [Xen-users] Where can I see message printed by do_console_io?
From: "Henning Sprang" <henning.sprang@xxxxxxxxx>
Date: Wed, 24 Sep 2008 08:07:12 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 23 Sep 2008 23:07:55 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xhU1UC4wNrBs2RD7eaI4OfRwBoTt+anIKJ6+htgGV5c=; b=wwUOS/oQC25HpmuEoM01gP+yL+qYItRudNxbLmgd+ml9PjM4+PJZra6NZfV3PHDT8a Lm01XcLAYjbVTFUXzwsDyhpUGAaq7YBf4wvLcWWOzLUs6y7JPBNP7VnUo9eyiV8xnI7P bE6+rE5jfo9uVoxcNfizcnY2HhT4m6e9pcYf0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=BalHd2RRXe/BDd7TPIFw7OTOVIYffupd4RtXzX1sFES+n3p4L14Bi8zqqMBQ6Zjw0d ZyGKPPQLQA0b1XkSZKWwBDx7u3TJwrgo028HsBDWutPA3E+HW1nmGOXBkB09yZ1l+t0l TcfO+3vDGeMQY8BAibN/I0kFTh4XTsW4hRiuE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <e487823f0809230931p499aa12ax1d1f0ef9666def5c@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <e487823f0809230931p499aa12ax1d1f0ef9666def5c@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
This list is not about technical, questions, it's about community organization.

Please use the list xen-users - there are many people reading and
writing who give you technical support.

Henning

On Tue, Sep 23, 2008 at 6:31 PM, ZelluX <zellux@xxxxxxxxx> wrote:
> Hi, all
>
> I'm learning Xen with the help of the book The Definitive Guide to Xen
> Hypervisor.
> In Chapter 2 there's an example which outputs 'Hello World' to the emergency
> console, the code snippet looks like
> HYPERVISOR_console_io (CONSOLEIO_write , 12 ,"Hello World\n" ) ;
>
> static inline int HYPERVISOR_console_io(int cmd, int count, char *str)
> {
>     return _hypercall3(int, console_io, cmd, count, str);
> }
>
> while _hypercall3 is a macro calling corresponding function in the hypercall
> page, in this example it will just call
>
> do_console_io(CONSOLEIO_write, 12, "Hello World\n")';
>
> but when i run xm create domain_config, i find message "Hello World"
> nowhere.
> Where can i see this message?
>
> Many thanks for your reply.
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>



-- 
Henning Sprang
http://www.sprang.de | http://lazyb0y.blogspot.com/

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>