[libvirt] [PATCH] BSD: implement virNetDev(Set|Clear)IPv4Address

2013-06-22 Thread Roman Bogorodskiy
Provide an implementation of virNetDev(Set|Clear)IPv4Address based on BSD ifconfig tool in addition to 'ip' from Linux iproute2 package. --- configure.ac | 15 +++ src/util/virnetdev.c | 16 2 files changed, 31 insertions(+) diff --git a/configure.ac

[libvirt] [PATCH] bugfix: virNetDevBridgeSetSTPDelay on BSD

2013-06-22 Thread Roman Bogorodskiy
virNetDevBridgeSetSTPDelay accepts delay in milliseconds, but BSD implementation was expecting seconds. Therefore, it was working correctly only with delay == 0. --- src/util/virnetdevbridge.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util/virnetdevbridge.c

Re: [libvirt] libvirt: xen error

2013-06-22 Thread varun bhatnagar
Thank you so much for the reply... :) I am trying to build this on OpenSUSE-11.4. And you said that I can get distro provided packages. I just want to ask whether installing those packages will work? Where can I get those packages? Can you please provide the link. I am scared of playing with the