[libvirt] [PATCH 1/7] parallels: introduce and use string constants for network types and names

2015-03-18 Thread Maxim Nestratov
Signed-off-by: Maxim Nestratov mnestra...@parallels.com --- src/parallels/parallels_network.c |6 +++--- src/parallels/parallels_sdk.c |6 +++--- src/parallels/parallels_utils.h |8 +++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git

Re: [libvirt] [PATCH 1/7] parallels: introduce and use string constants for network types and names

2015-03-17 Thread Michal Privoznik
On 17.03.2015 15:25, Maxim Nestratov wrote: 17.03.2015 17:15, Michal Privoznik пишет: On 13.03.2015 16:52, Maxim Nestratov wrote: Signed-off-by: Maxim Nestratov mnestra...@parallels.com --- src/parallels/parallels_network.c |6 +++--- src/parallels/parallels_sdk.c |6 +++---

Re: [libvirt] [PATCH 1/7] parallels: introduce and use string constants for network types and names

2015-03-17 Thread Maxim Nestratov
17.03.2015 17:15, Michal Privoznik пишет: On 13.03.2015 16:52, Maxim Nestratov wrote: Signed-off-by: Maxim Nestratov mnestra...@parallels.com --- src/parallels/parallels_network.c |6 +++--- src/parallels/parallels_sdk.c |6 +++--- src/parallels/parallels_utils.h |8

Re: [libvirt] [PATCH 1/7] parallels: introduce and use string constants for network types and names

2015-03-17 Thread Michal Privoznik
On 13.03.2015 16:52, Maxim Nestratov wrote: Signed-off-by: Maxim Nestratov mnestra...@parallels.com --- src/parallels/parallels_network.c |6 +++--- src/parallels/parallels_sdk.c |6 +++--- src/parallels/parallels_utils.h |8 +++- 3 files changed, 13 insertions(+), 7

[libvirt] [PATCH 1/7] parallels: introduce and use string constants for network types and names

2015-03-13 Thread Maxim Nestratov
Signed-off-by: Maxim Nestratov mnestra...@parallels.com --- src/parallels/parallels_network.c |6 +++--- src/parallels/parallels_sdk.c |6 +++--- src/parallels/parallels_utils.h |8 +++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git

[libvirt] [PATCH 1/7] parallels: introduce and use string constants for network types and names

2015-03-10 Thread Maxim Nestratov
Signed-off-by: Maxim Nestratov mnestra...@parallels.com --- src/parallels/parallels_network.c |6 +++--- src/parallels/parallels_sdk.c |6 +++--- src/parallels/parallels_utils.h |8 +++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git