From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zeffertt Subject: [PATCH 2/3] [linux-2.6.18-xen.hg] don't hard code 0 as domid of linux xenbus master Date: Mon, 23 Mar 2009 15:20:07 +0000 Message-ID: <49C7A8A7.2000808@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080109010304050105050401" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------080109010304050105050401 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------080109010304050105050401 Content-Type: text/plain; name="xenbus_local_port_ldom_eq_rdom" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xenbus_local_port_ldom_eq_rdom" 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 Signed-off-by: Alex Zeffertt --- 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); --------------080109010304050105050401 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------080109010304050105050401--