[libvirt] [PATCHv2 0/8] add virGetSchedulerParamterFlags

Eric Blake eblake at redhat.com
Thu May 26 18:17:03 UTC 2011


V2 of this original series:
https://www.redhat.com/archives/libvir-list/2011-May/msg01142.html

Changes in this version:
rebase to latest
avoid regression in virTypedParameter consolidation
write new API in terms of virTypedParameter instead of virSchedParameter

Eric Blake (8):
  libvirt.h: avoid regression, and document preferred name
  maint: prefer newer API names internally
  remote: consolidate typed parameter handling
  sched: introduce virDomainGetSchedulerParametersFlags
  qemu: introduce qemuGetSchedulerParametersFlags
  remote: introduce remoteGetSchedulerParametersFlags
  virsh: improve schedinfo querying ability
  sched: provide new API shims for remaining drivers

 daemon/remote.c              |  563 +++++++++++++++++-------------------------
 include/libvirt/libvirt.h.in |  275 +++++++++++----------
 python/generator.py          |    1 +
 python/libvirt-override.c    |   28 +-
 src/driver.h                 |   22 ++-
 src/esx/esx_driver.c         |   60 +++--
 src/libvirt.c                |   96 ++++++-
 src/libvirt_public.syms      |    1 +
 src/libxl/libxl_driver.c     |   42 +++-
 src/lxc/lxc_driver.c         |   60 ++++--
 src/qemu/qemu_driver.c       |  115 +++++++---
 src/remote/remote_driver.c   |  525 ++++++++++++++++-----------------------
 src/remote/remote_protocol.x |   87 +++-----
 src/remote_protocol-structs  |   63 ++---
 src/test/test_driver.c       |   41 +++-
 src/xen/xen_driver.c         |   36 +++-
 src/xen/xen_hypervisor.c     |   14 +-
 src/xen/xen_hypervisor.h     |    6 +-
 src/xen/xend_internal.c      |   12 +-
 tools/virsh.c                |  102 +++++---
 20 files changed, 1102 insertions(+), 1047 deletions(-)

-- 
1.7.4.4




More information about the libvir-list mailing list