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] Re: Exporting symbols from hypervisor

To: Sandesh <sandesh.ahiremath@xxxxxxxxx>
Subject: [Xen-devel] Re: Exporting symbols from hypervisor
From: Grzegorz Miłoś <gm281@xxxxxxxxx>
Date: Wed, 11 Jun 2008 09:59:48 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 11 Jun 2008 02:00:15 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer:sender; bh=WXrQtIrUoA/+hUnCtI4v+4UvfMqAflACADMA3BEx2qg=; b=gFcm75EDOqELrmmOyfGFjoanhFeBuuHpoVtedbUMHjSco+DKNk2rhRcW6SkGxK/GZ4 +NPIkrpa4oPMa6M3dhsdBGXJtECdwJhUiE3ZYiqBumvv7QZ65nVHdbPmr7WAGOqXL8hi Hb4Af+d3gXSAutsk+6lnS2K6gV1C5vZdMGjSI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer:sender; b=QIs0CdV5SqgvvDht/CcX98zqq4SKBAeeUA//r+10bDIwVjtPa6ejdO2pt5iA6xXbOc 2rUf+W8W29rGS5YU+XWKNcozizvE/VkeDGMTZgFnfKjD9beybsBz3mW4+0UCO9k8hgDz YmsNzHS3kDzeCzsB+kb0DJV4DWCwfZW6/onI8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1213167503.6399.3.camel@ec4t16cg-1518809>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <17749116.post@xxxxxxxxxxxxxxx> <4cac40570806100338o3c900afam4693f3c981c5a336@xxxxxxxxxxxxxx> <1213096883.12366.8.camel@ec4t16cg-1518809> <D0096048-5E50-4E48-AF58-47AD15903FB3@xxxxxxxxx> <1213099175.12366.14.camel@ec4t16cg-1518809> <93109948-B9E9-443B-BB3A-9D3C1C84B16B@xxxxxxxxx> <1213167503.6399.3.camel@ec4t16cg-1518809>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi grzegorz,
I have one more issue. I want to export do_domctl function for
debugging. I did EXPORT_SYMBOL(do_domctl) its not happening. Any idea
about this.

Xen doesn't use modular architecture and consequently EXPORT_SYMBOL macro is a no-op (see: include/xen/config.h). You just need to add do_domctl definition to a header file. Or define it wherever you need with 'extern'.

Cheers
Gr(z)egor(z)

 Sorry to bother you again and again.

Thanks very much.
Sandesh

On Tue, 2008-06-10 at 14:52 +0100, Grzegorz Miłoś wrote:
I did really mean:
xm dmesg
ok xm dmesg is showing the stuff.
thanks for the info.
Does this mean that the printk's print it to the xenstore??

I don't think it is stored in xenstore itself, but yes, it is buffered
in Dom0.

Xen can be configured to output it's messages on the serial line, and
it also puts it in a buffer (console ring) for Dom0's attention, xm
dmesg should print all the hypervisors output.
how to enable this???
by default it does'nt print it on the serial console.

add the following command line options to your xen configuration
(bootloader config):
com1=115200,8n1 console=com1,tty

Cheers
Gr(z)egor(z)


Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com


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

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