Re: [libvirt] [PATCH 10/41] remote: conditionalize IP socket usage in libvirtd daemon

2019-07-26 Thread Andrea Bolognani
On Tue, 2019-07-23 at 17:02 +0100, Daniel P. Berrangé wrote: [...] > @@ -988,7 +1004,13 @@ int main(int argc, char **argv) { > int c; > char *tmp; > > -c = getopt_long(argc, argv, "ldf:p:t:vVh", opts, ); > +c = getopt_long(argc, argv, > +#ifdef ENABLE_IP > +

[libvirt] [PATCH 10/41] remote: conditionalize IP socket usage in libvirtd daemon

2019-07-23 Thread Daniel P . Berrangé
Prepare for reusing libvirtd source to create other daemons by making the use of 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 connectivity will