|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Badness in local_bh_enable
> Is there a way of telling if a module has not been compiled for Xen?
You can tell what the kernel version that it was compiled against by
doing:
strings module.ko | grep vermagic=
If you have a extraversion of "-xen0" in your kernel you should see it
in the vermagic.
Alternatively, in your current case you can probably tell by doing:
objdump -d module.ko | grep cli
If you have cli instructions, its not a Xen module (or the source is
horibly broken).
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|