Re: [libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-19 Thread Daniel P . Berrangé
On Mon, Feb 19, 2018 at 02:20:30PM +0100, Pavel Hrdina wrote: > On Mon, Feb 19, 2018 at 01:09:27PM +, Daniel P. Berrangé wrote: > > On Wed, Feb 07, 2018 at 05:49:30PM +0300, Edgar Kaziakhmedov wrote: > > > Predefine hints for all parameters possible to avoid wrong type > > > convert. > > > >

Re: [libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-19 Thread Pavel Hrdina
On Mon, Feb 19, 2018 at 01:09:27PM +, Daniel P. Berrangé wrote: > On Wed, Feb 07, 2018 at 05:49:30PM +0300, Edgar Kaziakhmedov wrote: > > Predefine hints for all parameters possible to avoid wrong type > > convert. > > > > Signed-off-by: Edgar Kaziakhmedov >

Re: [libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-19 Thread Daniel P . Berrangé
On Wed, Feb 07, 2018 at 05:49:30PM +0300, Edgar Kaziakhmedov wrote: > Predefine hints for all parameters possible to avoid wrong type > convert. > > Signed-off-by: Edgar Kaziakhmedov > --- > libvirt-override.c | 128 >

Re: [libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-19 Thread Denis V. Lunev
On 02/19/2018 01:08 PM, Edgar Kaziakhmedov wrote: > ping ^ 2 > > > On 02/13/2018 11:20 AM, Edgar Kaziakhmedov wrote: >> ping >> >> >> On 02/07/2018 05:49 PM, Edgar Kaziakhmedov wrote: >>> Predefine hints for all parameters possible to avoid wrong type >>> convert. >>> >>> Signed-off-by: Edgar

Re: [libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-19 Thread Edgar Kaziakhmedov
ping ^ 2 On 02/13/2018 11:20 AM, Edgar Kaziakhmedov wrote: ping On 02/07/2018 05:49 PM, Edgar Kaziakhmedov wrote: Predefine hints for all parameters possible to avoid wrong type convert. Signed-off-by: Edgar Kaziakhmedov ---   libvirt-override.c | 128

Re: [libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-13 Thread Edgar Kaziakhmedov
ping On 02/07/2018 05:49 PM, Edgar Kaziakhmedov wrote: Predefine hints for all parameters possible to avoid wrong type convert. Signed-off-by: Edgar Kaziakhmedov --- libvirt-override.c | 128 +++-- 1 file

[libvirt] [PATCH python 1/1] Set hints for virPyDictToTypedParams

2018-02-07 Thread Edgar Kaziakhmedov
Predefine hints for all parameters possible to avoid wrong type convert. Signed-off-by: Edgar Kaziakhmedov --- libvirt-override.c | 128 +++-- 1 file changed, 124 insertions(+), 4 deletions(-) diff --git