Displaying 1 result from an estimated 1 matches for "xs_open_domainonly".
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 xenstored of...