All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] libxl: fix xenstore connection when run in domU
@ 2010-08-31  9:05 Jun Zhu (Intern)
  2010-08-31  9:15 ` Ian Campbell
  0 siblings, 1 reply; 12+ messages in thread
From: Jun Zhu (Intern) @ 2010-08-31  9:05 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com, dgdegra@tycho.nsa.gov

Hi

There are other places that use the xs_daemon_open in libxl. Is it necessory to change them as follows?
     ctx->xsh = xs_daemon_open();
+    if (!ctx->xsh)
+        ctx->xsh = xs_domain_open();
     if (!ctx->xsh) {
         XL_LOG_ERRNOVAL(ctx, XL_LOG_ERROR, errno, 
                         "cannot connect to xenstore");

Jun Zhu
Citrix Systems UK

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-09-01 16:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31  9:05 [PATCH] libxl: fix xenstore connection when run in domU Jun Zhu (Intern)
2010-08-31  9:15 ` Ian Campbell
2010-08-31  9:36   ` Jun Zhu (Intern)
2010-08-31 10:12     ` Ian Campbell
2010-08-31 10:28   ` Tim Deegan
2010-08-31 10:32     ` Jun Zhu (Intern)
2010-08-31 10:44       ` Ian Campbell
2010-08-31 17:51         ` Patrick Colp
2010-08-31 18:54           ` Ian Campbell
2010-09-01  8:40           ` 答复: [Xen-devel] " Jun Zhu (Intern)
2010-09-01  8:52             ` ????: " Tim Deegan
2010-09-01 16:26               ` Jeremy Fitzhardinge

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.