* [PATCH 2/3] [linux-2.6.18-xen.hg] don't hard code 0 as domid of linux xenbus master
@ 2009-03-23 15:20 Alex Zeffertt
0 siblings, 0 replies; only message in thread
From: Alex Zeffertt @ 2009-03-23 15:20 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: xenbus_local_port_ldom_eq_rdom --]
[-- Type: text/plain, Size: 778 bytes --]
This patch is only necessary if you want to run the master xenbus in a
separate linux domain. However, given the comment above the code, it is
clearer to do it this way.
Signed-off-by: Diego Ongaro <diego.ongaro@citrix.com>
Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
---
diff -r e46e80d983d6 drivers/xen/xenbus/xenbus_probe.c
--- a/drivers/xen/xenbus/xenbus_probe.c Tue Jul 01 14:28:25 2008 +0100
+++ b/drivers/xen/xenbus/xenbus_probe.c Wed Jul 02 15:58:09 2008 +0100
@@ -934,7 +934,7 @@
/* Next allocate a local port which xenstored can bind to */
alloc_unbound.dom = DOMID_SELF;
- alloc_unbound.remote_dom = 0;
+ alloc_unbound.remote_dom = DOMID_SELF;
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
&alloc_unbound);
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-23 15:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-23 15:20 [PATCH 2/3] [linux-2.6.18-xen.hg] don't hard code 0 as domid of linux xenbus master Alex Zeffertt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.