|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [PV-ON-HVM] Fix evtchn interface
Hi Kasai,
After applying the patch, the unknown symbol issue is gone. However, I got
another problem. After I load xen-platform-pci.ko successfully, Xen hangs up
when I try to load xenbus.ko. Xen died sliently without any prompt when I
did insmod xenbus.ko. I set up my HVM domain by installing a fresh RHEL 4.4
from ISO image file which is using 2.6.9-42 kernel by default. Then I
downloaded a fresh 2.6.16.33 kernel to HVM domain and built that kernel. I
also built VBD modules on this HVM domain and using the same kernel version
headers. However, I can still not load Xenbus.ko module. The Xen version I'm
using is Xen 3.0.4 and the latest Xen_unstable.
Do you know how to solve this problem?
Thanks,
Liang
----- Original Message -----
From: "Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx>
To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, January 09, 2007 7:34 PM
Subject: [Xen-devel] [PATCH] [PV-ON-HVM] Fix evtchn interface
Hi All,
The interface of the evtchn has been changed as follows.
・xen-unstable.hg : cs13198
[PV-ON-HVM] Update evtchn interface to match new PV Linux interfaces.
・xen-unstable.hg : cs13197
[LINUX] Extend the event-channel interfaces to provide helper methods
However, the following errors occur if pv-on-hvm is done in insmod.
This patch corrected this issue.
---
# insmod xen-vbd.ko
xen-vbd: Unknown symbol irq_to_evtchn_port
insmod: error inserting 'xen-vbd.ko': -1 Unknown symbol in module
---
Thanks,
--
Takanori Kasai
--------------------------------------------------------------------------------
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|