search for: vm_state

Displaying 6 results from an estimated 6 matches for "vm_state".

Did you mean: kvm_state
2013 Sep 24
2
virDomainGetInfo() returns wrong domain state
...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); <<<<<<<<<<<<<<<<<< if (libvirt_state == VIR_DOMAIN_RUNNING) {...
2012 Mar 02
3
xm domstate command not found
hi alll.. i want to find the xen domain''s state using xm domstate command, domstate command works fine inside virish but when i try with xm like [xm domestate VM_NAME] its giving an error saying subcomand domestate not found. i just want to shutoff the xen virtual domains using a scrip to take backup. so i just want to make sure that the domain are shutdown successfully after
2013 Sep 25
0
Re: virDomainGetInfo() returns wrong domain state
...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); <<<<<<<<<<<<<<<<<< if (libvirt_state == VIR_DOMAIN_RUNNING) {...
2013 Sep 26
0
Re: [libvirt] virDomainGetInfo() returns wrong domain state
...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
1
Re: [libvirt] virDomainGetInfo() returns wrong domain state
...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); > <<<<<<<<<<<<<<<<<< &gt...
2015 Aug 10
5
RFC: Add "operand bundles" to calls and invokes
We'd like to propose a scheme to attach "operand bundles" to call and invoke instructions. This is based on the offline discussion mentioned in http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-July/088748.html. # Motivation & Definition Our motivation behind this is to track the state required for deoptimization (described briefly later) through the LLVM pipeline as a