Re: [libvirt] [libvirt-users] Regarding SPICE

2010-03-04 Thread anuj rampal
10 at 3:31 PM, Daniel P. Berrange wrote: > On Thu, Mar 04, 2010 at 12:07:06PM +0530, anuj rampal wrote: > > Hi, > > > > I have set up KVM on FC12. > > I was wondering if its possible to Display the VM using spice + libvirt? > > KVM in Fedora 12 does not support SPIC

[libvirt] Regarding SPICE

2010-03-03 Thread anuj rampal
Hi, I have set up KVM on FC12. I was wondering if its possible to Display the VM using spice + libvirt? As in, if I can define my domain with graphics like: or Thanks & Regards Anuj -- libvir-list mailing list libvir-list@redhat.com https://www.red

[libvirt] Check out my photos on Facebook

2010-02-18 Thread Anuj Rampal
@redhat.com was invited to join Facebook by Anuj Rampal. If you do not wish to receive this type of email from Facebook in the future, please click on the link below to unsubscribe. http://www.facebook.com/o.php?k=07f024&u=10616939699&mid=1e71081G5af3354000b3G0G8 Facebook's

[libvirt] Problem with libvirt-0.7.5 windows port

2010-01-13 Thread anuj rampal
Hi, I'm trying to cross compile the libvirt-0.7.5 for windows. This is the error I'm getting: # make make all-recursive make[1]: Entering directory `/root/libvirt-0.7.5' Making all in gnulib/lib make[2]: Entering directory `/root/libvirt-0.7.5/gnulib/lib' [...] Making all in tools make[2]: En

[libvirt] Current cpu and memory usage for Host and Domains

2009-12-17 Thread anuj rampal
Hi, Is there a way to get the Current CPU and Memory usage of the Host machine and the Guest Domains..?? Regards Anuj -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Re: problem connecting to vbox

2009-12-15 Thread anuj rampal
I installed libvirt-0.7.4 and now its working fine. Regards Auj On Tue, Dec 15, 2009 at 3:04 PM, anuj rampal wrote: > Hi, > > I have installed VBOX 3.0.12 on fc12 which is running libvirt-0.7.1. > Now when i try to connect using virsh using uri "virsh -c > vbox+tcp:///sys

[libvirt] problem connecting to vbox

2009-12-15 Thread anuj rampal
Hi, I have installed VBOX 3.0.12 on fc12 which is running libvirt-0.7.1. Now when i try to connect using virsh using uri "virsh -c vbox+tcp:///system" this is the error i get: error: internal error unable to initialize VirtualBox driver API error: failed to connect to the hypervisor But it conn

[libvirt] Having some issue with : virConnectRef

2009-12-13 Thread anuj rampal
Hi, Im trying to call libvirt functions from a widows machine. The client version i'm using is 0.6.1. My application is a multi-Threaded application. This is the way my application works: 1. I connect to Libvirt using "virConnectOpen". (this done only once when my application starts). 2. For f

[libvirt] Regarding connecting to libvirt from windows

2009-10-06 Thread anuj rampal
Hi, I can connect to libvirt over TCP/IP from windows and call all the functions. what i want is to do some kind of authentication like entering some kind of username/password. im using virConnectOpen(const char* name) function. i tried using virConnectOpenAuth().. but whatever parameter ii giv

[libvirt] regarding the network information for Domain

2009-09-18 Thread anuj rampal
Hi all, im trying to call libvirt api from windows. I have created a guest OS(windows) using the libvirt api from my windows machine. It gets created fine it also gets the the IP address from the DHCP also. So all works fine. Now to RDP into the machine what I have to do is 1. logon to my host m

[libvirt] Create a Domain from windows client

2009-08-31 Thread anuj rampal
Hi all, I'm trying to call the libvirt API from my Windows machine. When i try to create to a Domain using "virDomainDefineXML" function I have to pass an XML file containing the Description of the Domain. Here is the part of the XML file that im using: .. .. /usr/bin/qemu

[libvirt] Communicating with libvirt from windows

2009-08-24 Thread anuj rampal
Hi, I have KVM running on one of my machine and I can controle the geues OS using the virt-manager and Virsh tools. Now what I want to do is talk to libvirt from my windows machine. I tried to compile libvirt for windows but couldnt get any success with that. Is there a way by which i can talk