[libvirt] How to add a new Hypervisor support

2008-05-28 Thread Amudhan Gunasekaran
Hi, I am investigating libvirt to find out whether adding a hypervisor support is possible. I went through libvirt.c and found that all the operations are done through the struct virConnect. But virConnect is not exposed to public. So, if I want to add a minimum support for VMWare and Hyper-V h

[libvirt] How to solve the runtime error: "libvir: Remote error : unknown procedure: 72"?

2008-05-22 Thread Amudhan Gunasekaran
Hi, I am getting the above said runtime error (libvir: Remote error : unknown procedure: 72) when I ran a program using the api virConnectListStoragePools. I googled but I could not get any solution. Please help me solve the issue. Thanks and Regards, Amudhan. -- Libvir-list mailing list Libv

Re: [libvirt] Problems in using Storage APIs in libvirt

2008-05-22 Thread Amudhan Gunasekaran
is SLES 10 sp2 and hypervisor is XEN. Thanks, Amudhan. >>> Chris Lalancette <[EMAIL PROTECTED]> 05/22/08 12:10 AM >>> Amudhan Gunasekaran wrote: > Hi, > > I am getting the following the error when I try to use ANY storage related > APIs. > > undefined r

Re: [libvirt] Problems in using Storage APIs in libvirt

2008-05-21 Thread Amudhan Gunasekaran
istakes. Please help me to rectify it. Thanks, Amudhan. >>> Chris Lalancette <[EMAIL PROTECTED]> 05/22/08 12:10 AM >>> Amudhan Gunasekaran wrote: > Hi, > > I am getting the following the error when I try to use ANY storage related > APIs. > > undefined

[libvirt] Problems in using Storage APIs in libvirt

2008-05-21 Thread Amudhan Gunasekaran
Hi, I am getting the following the error when I try to use ANY storage related APIs. undefined reference to '' for example, undefined reference to virConnectListStoragePools. I checked in the libvirt.h and it has the method definition. I checked the libvirt.c and it has the implementations. I