[libvirt] CSharp bindings patch

2010-11-14 Thread arnaud.champion
?Hi, here is a patch because I have forgotten to include comments on sample Regards, Arnaud 0001-Forgot-comments-on-new-sample.patch Description: Binary data -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Fw: CSharp bindings patch

2010-11-14 Thread arnaud.champion
?Hi, here is a 2nd patch to correct marshaling around virError. Regards, Arnaud 0001-Correct-virGetLastError-marshaling.patch Description: Binary data -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread Justin Clift
Hi all, If people have time to try out a tentative first Libvirt Windows Installer, it's online here: http://libvirt.org/sources/win32_experimental/Libvirt-0.8.5-0.exe At the moment it includes the libvirt development headers and libraries for compiling against, plus the virsh shell with

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread arnaud.champion
?Hi Justin, I have made a MSI/EXE installer with these libs also for my personal use. I don't know if it can help. I think it could be a good idea to include C# bindings in the installer, but for that, I have to work on the GAC inscription of the bindings... I'll take a look on your

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread arnaud.champion
?It seems your libvirt hasn't been compiled with esx support. No problem at all, but if you add the esx support you also need the libcurl dll. Arnaud -- From: arnaud.champ...@devatom.fr Sent: Sunday, November 14, 2010 3:45 PM To: Justin Clift

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread Justin Clift
On 15/11/2010, at 1:51 AM, arnaud.champ...@devatom.fr wrote: ?It seems your libvirt hasn't been compiled with esx support. No problem at all, but if you add the esx support you also need the libcurl dll. Yeah. ESX relies on TLS being supported, and there are two options: + GnuTLS, which is

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread Justin Clift
On 15/11/2010, at 1:45 AM, arnaud.champ...@devatom.fr wrote: ?Hi Justin, I have made a MSI/EXE installer with these libs also for my personal use. I don't know if it can help. Sure. Which installer creation package did you use? I haven't yet looked around for something better than NSIS,

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread arnaud.champion
?I have used visual studio 2010 to create a standard setup, but for now it just provide dll, no virsh but why not... GAC inscription is now next goal. I'll try to see that this week. Arnaud -- From: Justin Clift jcl...@redhat.com Sent: Sunday,

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread Justin Clift
On 15/11/2010, at 2:38 AM, arnaud.champ...@devatom.fr wrote: ?I have used visual studio 2010 to create a standard setup, but for now it just provide dll, no virsh but why not... GAC inscription is now next goal. I'll try to see that this week. Heh, no worries. I'll look around for an open

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread arnaud.champion
?Well, I understand :) For me, VS is my usual development tools so... :) -- From: Justin Clift jcl...@redhat.com Sent: Sunday, November 14, 2010 4:41 PM To: arnaud.champ...@devatom.fr Cc: libvir-list@redhat.com; Matthias Bolte

Re: [libvirt] [PATCH] daemon: Include stdlib.h in dispatch.c

2010-11-14 Thread Matthias Bolte
2010/11/13 Eric Blake ebl...@redhat.com: On 11/13/2010 08:51 AM, Matthias Bolte wrote: Otherwise GCC complains about malloc being unknown on FreeBSD. ---  daemon/dispatch.c |    1 +  1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/daemon/dispatch.c b/daemon/dispatch.c index

Re: [libvirt] [PATCH] esx: Avoid warnings about breaking strict-aliasing rules on FreeBSD

2010-11-14 Thread Matthias Bolte
2010/11/13 Eric Blake ebl...@redhat.com: On 11/13/2010 08:53 AM, Matthias Bolte wrote: ---  src/esx/esx_vi_generator.py |   10 --  1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/esx/esx_vi_generator.py b/src/esx/esx_vi_generator.py index c2f7044..01636aa 100755

Re: [libvirt] [PATCH] configure: Disable FS storage driver if mntent.h is not available

2010-11-14 Thread Matthias Bolte
2010/11/13 Eric Blake ebl...@redhat.com: On 11/13/2010 08:52 AM, Matthias Bolte wrote: This is the case on FreeBSD. ---  configure.ac |   12  1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 66237e1..d21d558 100644 ---

Re: [libvirt] [PATCH] Make sure struct sockaddr_in is defined on FreeBSD

2010-11-14 Thread Matthias Bolte
2010/11/13 Eric Blake ebl...@redhat.com: On 11/13/2010 08:52 AM, Matthias Bolte wrote: ---  src/util/network.h |    4  1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/util/network.h b/src/util/network.h index 0900e29..724a5f8 100644 --- a/src/util/network.h +++

Re: [libvirt] [PATCH] Use python discovered through env instead of hardcoding a path

2010-11-14 Thread Matthias Bolte
2010/11/13 Eric Blake ebl...@redhat.com: On 11/13/2010 08:53 AM, Matthias Bolte wrote: This is more flexible regarding the location of the python binary but doesn't allow to pass the -u flag. The -i flag can be passed from inside the script using the PYTHONINSPECT env variable. This fixes a

Re: [libvirt] VMware Workstation/Player support

2010-11-14 Thread Matthias Bolte
2010/11/12 Jean-Baptiste Rouault jean-baptiste.roua...@diateam.net: On Tuesday 27 July 2010 20:42:01 Matthias Bolte wrote: We'll need to move the VMX handling code from src/esx to src/util, because drivers are not allowed to depend on each other. That should be possible, but will require some

Re: [libvirt] Experimental 32-bit windows libvirt installer

2010-11-14 Thread Justin Clift
On 15/11/2010, at 2:49 AM, arnaud.champ...@devatom.fr arnaud.champ...@devatom.fr wrote: ?Well, I understand :) For me, VS is my usual development tools so... :) Yep, all good. Just as a follow up for anyone interested, this installer is also known to function ok on WinXP SP3. It installs and

Re: [libvirt] Ask for help about libvirt error: this function is not supported by the connection driver..

2010-11-14 Thread Feng Dan Liu
Hi, Matthias, I see, thank you very much for your quick response! Best Regards, Fengdan Liu, Casey AdTech, Tivoli China Development, China Software Development Lab, IBM Greater China Group Phone: 86-10-82453004 Email: liufe...@cn.ibm.com Addr: No.28 Building, Zhong Guan Cun Software Park,