mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu_driver: Fix indentation in qemuDomainGetStatsVcpu
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
ad5a9fbb97
commit
d057b0bfc4
@ -17979,9 +17979,9 @@ qemuDomainGetStatsVcpu(virQEMUDriver *driver G_GNUC_UNUSED,
|
|||||||
|
|
||||||
if (HAVE_JOB(privflags) && virDomainObjIsActive(dom) &&
|
if (HAVE_JOB(privflags) && virDomainObjIsActive(dom) &&
|
||||||
qemuDomainRefreshVcpuHalted(dom, VIR_ASYNC_JOB_NONE) < 0) {
|
qemuDomainRefreshVcpuHalted(dom, VIR_ASYNC_JOB_NONE) < 0) {
|
||||||
/* it's ok to be silent and go ahead, because halted vcpu info
|
/* it's ok to be silent and go ahead, because halted vcpu info
|
||||||
* wasn't here from the beginning */
|
* wasn't here from the beginning */
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qemuDomainHelperGetVcpus(dom, cpuinfo, cpuwait, cpudelay,
|
if (qemuDomainHelperGetVcpus(dom, cpuinfo, cpuwait, cpudelay,
|
||||||
|
Loading…
Reference in New Issue
Block a user