[libvirt] [PATCH 0/4] qemu: Don't refresh 'halted' state for domain stats

Peter Krempa pkrempa at redhat.com
Tue Feb 6 15:30:51 UTC 2018


The halted state information is useless on most platforms and calling
'query-cpus' is very expensive. Don't report the info on platforms where
it does not make sense.

Peter Krempa (3):
  qemu: driver: Extract vcpu halted state directly
  qemu: Remove unused 'cpuhalted' argument from qemuDomainHelperGetVcpus
  qemu: domain: Store vcpu halted state as a tristate

Viktor Mihajlovski (1):
  qemu: Limit refresh of CPU halted state to s390

 src/qemu/qemu_domain.c |  8 +++++++-
 src/qemu/qemu_domain.h |  2 +-
 src/qemu/qemu_driver.c | 36 +++++++++++++++---------------------
 3 files changed, 23 insertions(+), 23 deletions(-)

-- 
2.15.0




More information about the libvir-list mailing list