Hello, I would like guests be able to communicate with host using xenstore. Do you have any idea how can I install xenstore-utils from source? Julio _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Mon, 2013-02-18 at 11:57 +0000, FONG Julio wrote:> Hello, > > I would like guests be able to communicate with host using xenstore. > Do you have any idea how can I install xenstore-utils from source? > > JulioJust download Xen source and `cd xen_source_dir; ./configure; cd tools/xenstore; make; make install`, this will install xenstore-utils in your Dom0. Wei.