similar to: Xenstore interface works on Windows guest?

Displaying 20 results from an estimated 100000 matches similar to: "Xenstore interface works on Windows guest?"

2006 Oct 05
2
Xenstore interface works on Windows guest?
Hi, Anyone knows whether how xenstore interface works on the Windows guest? If it does, how? I just want to send a small amount of data between dom0 and the Windows guest. Thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Oct 06
4
"xm save" works on Windows guest?
Hi, I''ve tried to do "xm save" on my Windows XP guest, which runs by ioemu. When I did this, #xm save 6 /xenimages/snapshot1 Error: /usr/lib/xen/bin/xc_save 10 19 6 0 0 0 failed xend.log: [2006-10-06 16:34:22 xend] DEBUG (XendCheckpoint:80) [xc_save]: /usr/lib/xen/bin/xc_save 10 19 6 0 0 0 [2006-10-06 16:34:23 xend] ERROR (XendCheckpoint:227) Couldn''t map
2008 Aug 02
1
XenStore communication
Hi, I want to know how everything communicates with XenStore. Do domUs use the front-end/back-end driver to dom0 and then the back-end driver contacts xenstored? In particular, how do the xenstore-* commands work on a dom0 and domU? And when should unix-domain sockets be used to communicate with xenstored? Thanks, Hayawardh _______________________________________________ Xen-users mailing
2010 Aug 09
1
How does domain0 export information to guest through xenstore
Hi,     I am tring to write xenstore some information ,so that a guest can read, if i simply xenstore-write /foo "123" in domain 0, guest have not the permission to read this ,and guest domain number are dynamic, so i can not write a program to write /local/domain/X, which X is the domain id i want to export information to, can i ?     So, is there a path (a static path,without domain
2011 Feb 01
0
Creating a custom variable in xenstore from dom0
I want to create a custom directory something like a/b in the xenstore, i guess there are no domU commands for the same. So how can create this in dom0? Thanks -- View this message in context: http://xen.1045712.n5.nabble.com/Creating-a-custom-variable-in-xenstore-from-dom0-tp3365541p3365541.html Sent from the Xen - Dev mailing list archive at Nabble.com.
2007 Jan 10
1
xenstore watch for domU shutdown
Hey everyone, I''m trying to write a simple python program in dom0 that registers a watch on the xenstore to determine when a domU has shutdown. Is there a particular token I should use? Looking through the tools/python/xen/*.py code, I''ve come across the ''control/shutdown'' token... seems promising? My code is attached below. As is, if fails to call the
2005 Jun 16
9
Re: dom0 bootstrap for xenstore
On Thu, 2005-06-16 at 06:17 +0100, Keir Fraser wrote: > > I suggested that we simply mmap /dev/kmem for the xenstored to access > > the domain0 page for the moment. That doesn''t work: we''ll do something > > else. > > Just use xc_map_foreign_range(), as you would for mapping any other > domain''s xenstore page. So here''s my patch
2011 Aug 15
0
XenStore path entries
Good Afternoon, I''m using XenStore to make an experiment and share values between Dom''s U and Dom0. Since today I''m having problems with more than 300 entries per path. I dont know but last week I haven''t this problem. Anyone know the limitation of entries per path on XenStore? When I use it on Dom0 I don''t get any problem. Thanks -- Luciano Barreto
2010 Aug 03
1
oops when access xenstore in hvm guest
Hi,     I use follow code get xenstore ring and event channel, then i wrapped writing and reading function to operate it ,but it came to oops:     struct xenstore_domain_interface {     char req[XENSTORE_RING_SIZE]; /* Requests to xenstore daemon. */     char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */     XENSTORE_RING_IDX req_cons, req_prod;     XENSTORE_RING_IDX rsp_cons,
2008 Jul 31
1
Can PV Guest use xenbus_printf to write information to xenstore?
Hi : As I want to know the information of the VMs that currently runing on the same physical machine, I''d like to get those VM''s information from xenstore, such as macaddress. Indeed, what I want is IP address, so, if guest can write things to xenstore, I''d like it write its IP address into xenstore and let domain0 reads it directly. So, can anybody tell me whether a PV
2006 May 18
3
problem about changing state to XenbusStateClosed resulting in vbd entry removed from xenstore
Hi, I encountered a problem while porting Solaris as a guest OS on Xen. The problem I found is that when frontend vbd driver get unloaded, it will close the vbd interface by changing the state to XenbusStateClosed. This appears to cause the dom0 hotplug scripts to remove the vbd entry from xenstore for the domU guest, preventing the vbd from being re-attached. So, my questions are: + This
2012 Mar 23
2
Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?
Hello, I build and installed Xen (4.1.3) from source, and I think I have got it working. Well, almost. I am using unmodified kernel of Fedora16 as my dom0 kernel. So this is what happened. I am able to boot into Xen, but the "xl info" failed with the standard error message mentioned in the tutorial. "libxl: error: libxl.c:56:libxl_ctx_init Is xenstore daemon running? failed to
2012 Mar 23
2
Xenstore daemon is not running after boot; although can be started manually later. Any pointers why ?
Hello, I build and installed Xen (4.1.3) from source, and I think I have got it working. Well, almost. I am using unmodified kernel of Fedora16 as my dom0 kernel. So this is what happened. I am able to boot into Xen, but the "xl info" failed with the standard error message mentioned in the tutorial. "libxl: error: libxl.c:56:libxl_ctx_init Is xenstore daemon running? failed to
2006 Jan 12
4
Basic xenstore questions (building a watchdog)
I''m looking at building a xenstore-based watchdog, as described at http://lists.xensource.com/archives/html/xen-users/2005-07/msg00597.html However, being somewhat new to xenstore, I''d appreciate some pointers. - What portions of the xenstore namespace should I use? I''m looking for at least two settings writable by the DomUs: A flag to enable/disable the watchdog
2007 Sep 11
0
reading a xenstore key from domU
i do not know if exist any tool to read a xenstore key previously created from dom0. i want to communicate one domain with another. i started learning Xen one week ago, and i''m very interested in domains communication. Thanks for everything! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Feb 08
0
[PATCH] libxl: allow guest to write "control/shutdown" xenstore node
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1297182367 0 # Node ID a46b91cd8202726aecd9ddefd8e75faff48144d6 # Parent deaa7bc1a7ff6cfad7865394cb8b7205741004c9 libxl: allow guest to write "control/shutdown" xenstore node. The PV shutdown/reboot/suspend protocol requires that the guest acknowledge a request by clearing the node therefore it is necessary
2008 Sep 16
1
XenStore
Hi, I was wondering if somebody could help me! I''m trying to write to the xenstore from a domU and read what I have written from inside another domU. I seem to have some permission problems....? Is there a place within xenstore that anybody can write to and read from? Thanks Julian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 Oct 07
3
Creating a custom directory tree inside Xenstore
Is it possible to create a custom directory tree inside Xenstore using any of the Xenstore-utilities?? For example, "/local/domain/0/Customdir". Thx, Venkat _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Dec 21
3
[patch, rfc] put IP addresses into xenstore
Hi, $subject says pretty much all, this patch updates netfront and makes it store the network addresses of the interfaces in xenstore, so it''s much easier to figure what IP some virtual machine has and (for example) ssh into it. comments? Gerd _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2006 Dec 11
3
userspace xenstore watch
Hey all, Can anyone give me pointers on how (or whether it''s possible) to set up a watch on an item in the xenstore from a userspace program in domU? Any help would be greatly appreciated. Thanks! ~Dave ____________________________________________________________________________________ Need a quick answer? Get one in minutes from people who know. Ask your question on