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

2015-03-04 Thread Maxim Nestratov
Just found out that I lost one necessary chunk of code, which appeared to be in a separate commit I didn't send. Sorry for that. Should I resend the whole series or this letter is enough? diff --git a/src/parallels/parallels_network.c b/src/parallels/parallels_network.c index 45d1e4c..efa6da2

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

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