Displaying 5 results from an estimated 5 matches for "irq_to_evtchn_port".
2011 Mar 01
0
[PATCH] linux-2.6.18/fbfront: fix regression from c/s 1068
...Jan Beulich <jbeulich@novell.com>
--- a/drivers/xen/fbfront/xenfb.c
+++ b/drivers/xen/fbfront/xenfb.c
@@ -757,7 +757,7 @@ static int xenfb_connect_backend(struct
if (ret)
goto error_xenbus;
ret = xenbus_printf(xbt, dev->nodename, "event-channel", "%u",
- irq_to_evtchn_port(info->irq));
+ irq_to_evtchn_port(irq));
if (ret)
goto error_xenbus;
ret = xenbus_printf(xbt, dev->nodename, "protocol", "%s",
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/...
2007 Jan 04
21
[PATCH] make balloon driver not return pages which are in [xen_start_info->nr_pages, max_pfn] on ia64
make balloon driver not return pages which are in
[xen_start_info->nr_pages, max_pfn] on ia64.
On ia64 memory might be assigned sparsely. In that case
xen_start_info->nr_pages and max_pfn doesn''t match while pages which are in
[xen_start_info->nr_pages, max_pfn] are used.
--
yamahata
_______________________________________________
Xen-devel mailing list
2007 Jan 10
6
[PATCH] [PV-ON-HVM] Fix evtchn interface
...hn 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@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Dec 26
14
[PATCH] fix free of event channel in blkfront
Hi All,
We tested the xm block-attach/detach command.
It repeats block-attach/detach command for DomU and pv-on-hvm on HVM Domain.
(block-attach -> block-detach -> block-attach -> block-detach -> ...)
The block-attach command failed when repeating 256 times.
It is because the channel had not been freed in blkfront.
Therefore, it remain using the event channel.
This patch is
2007 Jan 05
2
VMX status report 13217:338ceb7b1f09
We have tested the latest xen on VT platform with Intel 965/5000P
chipset.
Here is the test summary:
Issues:
=========================
1). VBD could not work well
Partial support is added in c/s 13198, but the loader still
complains that
symbol "irq_to_evtchn_port" is missing.
2). IA32E: IA32E vista can''t boot up normally, it gives a blue screen.
Then the qemu window disappears, but if "xm list", I can see the
Vista VMX domain is still there.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=849
3).IA32E/PAE: 32bit Vista RTM...