search for: libvirt_st

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

Did you mean: libvirt's
2013 Sep 24
2
virDomainGetInfo() returns wrong domain state
...State ---------------------------------------------------- 1 calvados running 2 LCXR running 3 default-sdr--1 running - test--2 shut off Out put: ========= 04.03.06.698923264:INFO: vm_libvirt_state_to_vmm_state: state returned is 1 Note : Here 1 is actually running. Code snippet: =============== enum cidl_vmm_vm_state vm_libvirt_state_to_vmm_state(unsigned char libvirt_state) { enum cidl_vmm_vm_state state; INFO("%s: state returned is %u\n",__FUNCTION__, libvirt_state);...
2013 Sep 25
0
Re: virDomainGetInfo() returns wrong domain state
...State ---------------------------------------------------- 1 calvados running 2 LCXR running 3 default-sdr--1 running - test--2 shut off Out put: ========= 04.03.06.698923264:INFO: vm_libvirt_state_to_vmm_state: state returned is 1 Note : Here 1 is actually running. Code snippet: =============== enum cidl_vmm_vm_state vm_libvirt_state_to_vmm_state(unsigned char libvirt_state) { enum cidl_vmm_vm_state state; INFO("%s: state returned is %u\n",__FUNCTION__, libvirt_state);...
2013 Sep 26
0
Re: [libvirt] virDomainGetInfo() returns wrong domain state
...alvados running > > 2 LCXR running > > 3 default-sdr--1 running > > - test--2 shut off > > > > Out put: > > ========= > > 04.03.06.698923264:INFO: vm_libvirt_state_to_vmm_state: state returned is 1 > > > > Note : Here 1 is actually running. > > > > Code snippet: > > =============== > > enum cidl_vmm_vm_state > > vm_libvirt_state_to_vmm_state(unsigned char libvirt_state) > > { > > enum c...
2013 Sep 26
1
Re: [libvirt] virDomainGetInfo() returns wrong domain state
...alvados running > > 2 LCXR running > > 3 default-sdr--1 running > > - test--2 shut off > > > > Out put: > > ========= > > 04.03.06.698923264:INFO: vm_libvirt_state_to_vmm_state: state returned > is 1 > > > > Note : Here 1 is actually running. > > > > Code snippet: > > =============== > > enum cidl_vmm_vm_state > > vm_libvirt_state_to_vmm_state(unsigned char libvirt_state) > > { > >...