Re: [libvirt] [python PATCH 2/4] Fix order of virPyDictToTypedParams hints

2018-02-19 Thread Daniel P . Berrangé
On Mon, Feb 19, 2018 at 03:21:59PM +0100, Pavel Hrdina wrote: > This corresponds to the order in libvirt-domain.h header file. > > Signed-off-by: Pavel Hrdina > --- > libvirt-override.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Daniel P.

[libvirt] [python PATCH 2/4] Fix order of virPyDictToTypedParams hints

2018-02-19 Thread Pavel Hrdina
This corresponds to the order in libvirt-domain.h header file. Signed-off-by: Pavel Hrdina --- libvirt-override.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvirt-override.c b/libvirt-override.c index ab4232f..4f546b4 100644 ---