Displaying 8 results from an estimated 8 matches for "xs_open".
Did you mean:
is_open
2018 Oct 09
2
Ill-advised use of xs_open flag 1UL<<2 by Debian
...s for and why it is still needed, and/or has a
better plan.
I have been going through delta queue in the Debian Xen package.
I found a commit (patch) describing itself only this way:
xenstore/tools-xenstore-compatibility.diff
Yes, that was the whole of the description.
The patch
- defines XS_OPEN_DOMAINONLY to 1UL<<2
- arranges that when this flag is passed, xs_open will never try
the socket, only the xenstore kernel device
- always passes that flag in the xenstore utilities.
Digging into snapshot.d.o I found this changelog entry in 4.1.0-2,
* Workaround incompatibility with x...
2012 Dec 13
4
[PATCH V3] libxenstore: filter watch events in libxenstore when we unwatch
...So on next xs_watch_read the user could retrieve an unwatch token and
a segfault occured if the token store the pointer of the structure
(ie: "backend:0xcafe").
To avoid problem with previous application using libXenStore, this behaviour
will only be enabled if XS_UNWATCH_SAFE is give to xs_open.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Julien Grall <julien.grall@citrix.com>
---
Modification between V2 and V3:
- Add XS_UNWATCH_SAFE;
- Rename xs_clear_watch_pipe to xs_maybe_clear_watch_pipe.
Modification between V1 and V2:
- Add xs_...
2012 Dec 14
1
[PATCH V5] libxenstore: filter watch events in libxenstore when we unwatch
...on next xs_watch_read the user could retrieve an unwatch token and
a segfault occured if the token store the pointer of the structure
(ie: "backend:0xcafe").
To avoid problem with previous application using libXenStore, this behaviour
will only be enabled if XS_UNWATCH_FILTER is given to xs_open.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Julien Grall <julien.grall@citrix.com>
---
Modification between V4 and V5:
- Use tab instead of space for the indentation.
Modifications between V3 and V4:
- Rename XS_UNWATCH_SAFE to XS_UNWATCH_FILTER...
2012 Dec 14
1
[PATCH V4] libxenstore: filter watch events in libxenstore when we unwatch
...on next xs_watch_read the user could retrieve an unwatch token and
a segfault occured if the token store the pointer of the structure
(ie: "backend:0xcafe").
To avoid problem with previous application using libXenStore, this behaviour
will only be enabled if XS_UNWATCH_FILTER is given to xs_open.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Julien Grall <julien.grall@citrix.com>
---
Modifications between V3 and V4:
- Rename XS_UNWATCH_SAFE to XS_UNWATCH_FILTER;
- Improve documentation;
- Fix sub-path checking in xs_unwatch.
Modificati...
2013 Sep 28
17
Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models)
...oot@(none):/home/xiaogw# ls
domU-config image
root@(none):/home/xiaogw# cat domU-config
kernel = "/home/xiaogw/image"
memory = 128
name = "win"
vcpus = 1
disk = [ ''phy:/dev/loop0,xvda,w'' ]
root@(none):/home/xiaogw# /etc/init.d/xencommons status
xenstore-read: xs_open: Connection refused
root@(none):/home/xiaogw# /etc/init.d/xencommons start
Starting C xenstored...FATAL: Failed to open evtchn device: No such file or
directory
..............................
Could not start xenstored
Can I get some help? Thanks!
Xiaoguang Wang
_________________________________...
2012 Sep 25
2
[PATCH V2] libxenstore: filter watch events in libxenstore when we unwatch
While on entry to xs_unwatch, there may be an event on its way from
xenstored (eg in the ring or in the local kernel), all such events
will definitely come before the reply to the unwatch command. So at
the point where the unwatch reply has been processed (after xs_talkv),
any such now-deleted watch events will definitely have made it to
libxenstore''s queue where we can remove them.
As
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
...- xs_directory at VERS_4.0 4.16.0
- xs_domain_open at VERS_4.0 4.16.0
- xs_fileno at VERS_4.0 4.16.0
- xs_get_domain_path at VERS_4.0 4.16.0
- xs_get_permissions at VERS_4.0 4.16.0
- xs_introduce_domain at VERS_4.0 4.16.0
- xs_is_domain_introduced at VERS_4.0 4.16.0
- xs_mkdir at VERS_4.0 4.16.0
- xs_open at VERS_4.0 4.16.0
- xs_path_is_subpath at VERS_4.0 4.16.0
- xs_read at VERS_4.0 4.16.0
- xs_read_watch at VERS_4.0 4.16.0
- xs_release_domain at VERS_4.0 4.16.0
- xs_restrict at VERS_4.0 4.16.0
- xs_resume_domain at VERS_4.0 4.16.0
- xs_rm at VERS_4.0 4.16.0
- xs_set_permissions at VERS_4.0 4.16.0...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-