Re: [libvirt] [PATCH V2 3/4] qemu: Add domain support for VCPU halted state

2016-10-06 Thread Viktor Mihajlovski
On 29.09.2016 16:34, John Ferlan wrote: [...] >> --- a/src/qemu/qemu_domain.c >> +++ b/src/qemu/qemu_domain.c >> @@ -5956,6 +5956,75 @@ qemuDomainRefreshVcpuInfo(virQEMUDriverPtr driver, >> return ret; >> } >> >> +/** >> + * qemuDomainGetVcpuHalted: >> + * @vm: domain object >> + * @vcpu:

Re: [libvirt] [PATCH V2 3/4] qemu: Add domain support for VCPU halted state

2016-09-29 Thread John Ferlan
On 09/20/2016 04:11 AM, Viktor Mihajlovski wrote: > Adding a field to the domain's private vcpu object to hold the halted > state information. > Adding two functions in support of the halted state: > - qemuDomainGetVcpuHalted: retrieve the halted state from a > private vcpu object > -