[libvirt] [PATCH v2 0/5] Introduce VIR_CONNECT_GET_ALL_DOMAINS_STATS_NOWAIT

Michal Privoznik mprivozn at redhat.com
Fri Jun 15 08:18:29 UTC 2018


v2 of:

https://www.redhat.com/archives/libvir-list/2018-June/msg00546.html

diff to v1:
- Rename to STATS_NOWAIT
- John's review worked in
- added comment to qemuDomainObjBeginJobNowait

Michal Privoznik (5):
  qemu_domain: Document qemuDomainObjBeginJob
  qemuDomainObjBeginJobInternal: Remove spurious @ret assignment
  qemu_domain: Introduce qemuDomainObjBeginJobNowait
  Introduce VIR_CONNECT_GET_ALL_DOMAINS_STATS_NOWAIT
  virsh: Introduce --nowait to domstats

 include/libvirt/libvirt-domain.h |  2 ++
 src/libvirt-domain.c             | 12 ++++++++
 src/qemu/qemu_domain.c           | 60 +++++++++++++++++++++++++++++++++++-----
 src/qemu/qemu_domain.h           |  4 +++
 src/qemu/qemu_driver.c           | 15 ++++++++--
 tools/virsh-domain-monitor.c     |  7 +++++
 tools/virsh.pod                  | 16 +++++++----
 7 files changed, 101 insertions(+), 15 deletions(-)

-- 
2.16.4




More information about the libvir-list mailing list