|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-devel
[Xen-devel] [PATCH 2/3] [linux-2.6.18-xen.hg] don't hard code 0 as domid 
| 
 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@xxxxxxxxxx>
Signed-off-by: Alex Zeffertt <alex.zeffertt@xxxxxxxxxxxxx>
---
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);
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 | 
 
| <Prev in Thread] | Current Thread | [Next in Thread> |  | 
[Xen-devel] [PATCH 2/3] [linux-2.6.18-xen.hg] don't hard code 0 as domid of linux xenbus master,
Alex Zeffertt <=
 |  |  | 
  
    |  |  |