[libvirt] [PATCH 0/6] Couple of perf events APIs fixes

Michal Privoznik mprivozn at redhat.com
Thu Mar 31 05:28:55 UTC 2016


I really like to see these in before release and thus APIs get
written in the stone.

One note though regarding the last patch: while writing it I've
noticed couple of other getter APIs don't grab any job at all. I
think they should grab _QUERY job though. So maybe those will
need some fixing too.

Michal Privoznik (6):
  remoteDomainGetPerfEvents: Re-indent
  virDomain{Get,Set}PerfEvents: Add @flags argument
  virsh: Prefer VIRSH_COMMON_OPT_DOMAIN_FULL over full enumeration
  virsh: Make perf accept event list separated by commas
  virDomain{Get,Set}PerfEvents: support --config --live --current
  virDomain{Get,Set}PerfEvents: Grab job

 daemon/remote.c                  |  2 +-
 include/libvirt/libvirt-domain.h |  6 ++-
 src/driver-hypervisor.h          |  6 ++-
 src/libvirt-domain.c             | 22 +++++----
 src/qemu/qemu_driver.c           | 99 +++++++++++++++++++++++++++++-----------
 src/remote/remote_driver.c       | 12 +++--
 src/remote/remote_protocol.x     |  2 +
 tools/virsh-domain.c             | 27 +++++++----
 tools/virsh.pod                  | 25 ++++++----
 9 files changed, 141 insertions(+), 60 deletions(-)

-- 
2.7.3




More information about the libvir-list mailing list