mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00: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) &&
|
||||
qemuDomainRefreshVcpuHalted(dom, VIR_ASYNC_JOB_NONE) < 0) {
|
||||
/* it's ok to be silent and go ahead, because halted vcpu info
|
||||
* wasn't here from the beginning */
|
||||
virResetLastError();
|
||||
/* it's ok to be silent and go ahead, because halted vcpu info
|
||||
* wasn't here from the beginning */
|
||||
virResetLastError();
|
||||
}
|
||||
|
||||
if (qemuDomainHelperGetVcpus(dom, cpuinfo, cpuwait, cpudelay,
|
||||
|
Loading…
x
Reference in New Issue
Block a user