Re: [libvirt] [PATCH 4/5] conf: make sure that chardev reconnect is formatted only for connect mode

2017-08-30 Thread Pavel Hrdina
On Wed, Aug 30, 2017 at 03:38:13PM +0200, Michal Privoznik wrote: > On 08/30/2017 02:54 PM, Pavel Hrdina wrote: > > On Wed, Aug 30, 2017 at 02:32:50PM +0200, Michal Privoznik wrote: > >> On 08/30/2017 01:40 PM, Pavel Hrdina wrote: > >>> Signed-off-by: Pavel Hrdina > >>> --- >

Re: [libvirt] [PATCH 4/5] conf: make sure that chardev reconnect is formatted only for connect mode

2017-08-30 Thread Michal Privoznik
On 08/30/2017 02:54 PM, Pavel Hrdina wrote: > On Wed, Aug 30, 2017 at 02:32:50PM +0200, Michal Privoznik wrote: >> On 08/30/2017 01:40 PM, Pavel Hrdina wrote: >>> Signed-off-by: Pavel Hrdina >>> --- >>> src/conf/domain_conf.c | 10 ++ >>> 1 file changed, 6

Re: [libvirt] [PATCH 4/5] conf: make sure that chardev reconnect is formatted only for connect mode

2017-08-30 Thread Pavel Hrdina
On Wed, Aug 30, 2017 at 02:32:50PM +0200, Michal Privoznik wrote: > On 08/30/2017 01:40 PM, Pavel Hrdina wrote: > > Signed-off-by: Pavel Hrdina > > --- > > src/conf/domain_conf.c | 10 ++ > > 1 file changed, 6 insertions(+), 4 deletions(-) > > > > diff --git

Re: [libvirt] [PATCH 4/5] conf: make sure that chardev reconnect is formatted only for connect mode

2017-08-30 Thread Michal Privoznik
On 08/30/2017 01:40 PM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/conf/domain_conf.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c > index f7574d77b6..7f443e5b4d 100644

[libvirt] [PATCH 4/5] conf: make sure that chardev reconnect is formatted only for connect mode

2017-08-30 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index f7574d77b6..7f443e5b4d 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c