Re: [libvirt] [PATCH v3 12/48] remote: conditionalize IP socket config in libvirtd.conf

2019-07-30 Thread Andrea Bolognani
On Mon, 2019-07-29 at 18:10 +0100, Daniel P. Berrangé wrote: [...] > +remote/libvirtd.conf: remote/libvirtd.conf.in > + $(AM_V_GEN)$(SED) \ > + -e '/[@]CUT_ENABLE_IP[@]/d' \ > + -e '/[@]END[@]/d' \ > + -e 's|[@]DAEMON_NAME[@]|libvirtd|' \ > + <

Re: [libvirt] [PATCH v3 12/48] remote: conditionalize IP socket config in libvirtd.conf

2019-07-30 Thread Daniel P . Berrangé
On Tue, Jul 30, 2019 at 12:48:03PM +0200, Christophe de Dinechin wrote: > > Daniel P. Berrangé writes: > > > Prepare for reusing libvirtd config to create other daemons by making > > the config parameters for IP sockets conditionally defined by the make > > rules. > > > > The main libvirtd

Re: [libvirt] [PATCH v3 12/48] remote: conditionalize IP socket config in libvirtd.conf

2019-07-30 Thread Christophe de Dinechin
Daniel P. Berrangé writes: > Prepare for reusing libvirtd config to create other daemons by making > the config parameters for IP sockets conditionally defined by the make > rules. > > The main libvirtd daemon will retain IP listen ability, but all the > driver specific daemons will be local

[libvirt] [PATCH v3 12/48] remote: conditionalize IP socket config in libvirtd.conf

2019-07-29 Thread Daniel P . Berrangé
Prepare for reusing libvirtd config to create other daemons by making the config parameters for IP sockets conditionally defined by the make rules. The main libvirtd daemon will retain IP listen ability, but all the driver specific daemons will be local UNIX sockets only. Apps needing IP