search for: rpanday

Displaying 4 results from an estimated 4 matches for "rpanday".

2013 Sep 26
1
Re: [libvirt] virDomainGetInfo() returns wrong domain state
...he state is 'unsigned char' in virDomainGetInfo, why it could not be 'enum' as it is returning enums only. Regards Ritesh Sharma -----Original Message----- From: Michal Privoznik [mailto:mprivozn@redhat.com] Sent: Thursday, September 26, 2013 12:54 PM To: Panday Ritesh Sharma (rpanday) Cc: libvir-list@redhat.com; libvirt-users@redhat.com; Vinay Shankarkumar (vinays); q-se-dev(mailer list); Basavaraj Bendigeri (bbendige) Subject: Re: [libvirt] virDomainGetInfo() returns wrong domain state On 24.09.2013 16:51, Panday Ritesh Sharma (rpanday) wrote: > > > Hi Team, >...
2013 Sep 24
2
virDomainGetInfo() returns wrong domain state
Hi Team, I have written below code to get the VM state at run time. I found, though the VM is in shut-off state, when I use the function virDomainGetInfo(); I get state as running. Could you please let me know what wrong I am doing. To know the actual VM state I used 'virsh list' and it clearly shows the VM is in shut-off state. Please find the log and code snippet below. Log from virsh:
2013 Sep 25
0
Re: virDomainGetInfo() returns wrong domain state
Hi Libvirt support team, Could you please help me with below query. Regards Ritesh Sharma From: Panday Ritesh Sharma (rpanday) Sent: Tuesday, September 24, 2013 8:22 PM To: 'libvir-list@redhat.com'; 'libvirt-users@redhat.com'; Vinay Shankarkumar (vinays) Cc: Basavaraj Bendigeri (bbendige); q-se-dev(mailer list) Subject: virDomainGetInfo() returns wrong domain state Hi Team, I have written below code to g...
2013 Sep 26
0
Re: [libvirt] virDomainGetInfo() returns wrong domain state
On 24.09.2013 16:51, Panday Ritesh Sharma (rpanday) wrote: > > > Hi Team, > > I have written below code to get the VM state at run time. I found, > though the VM is in shut-off state, when I use the function > virDomainGetInfo(); I get state as running. Could you please let me > know what wrong I am doing. To know the a...