Re: [Xen-devel] [PATCH v5 0/4] tools: make xenstore domain/daemon configurable

2016-08-05 Thread Wei Liu
Pushed. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH v5 0/4] tools: make xenstore domain/daemon configurable

2016-08-02 Thread Juergen Gross
Add a configuration option to /etc/sysconfig/xencommons to let the user configure whether he wants to start xenstore service as a daemon or as a stubdom. Changes in V5: - patch 2: undo &> to 2> conversion Changes in V4: - patch 1: remove sd_booted() test, undo unintended white space changes - pat