[libvirt] [PATCHv4 0/6] API for atomic listing of guests (rest of the series)

Peter Krempa pkrempa at redhat.com
Wed Jun 20 13:32:59 UTC 2012


This is a respin of patches that have not yet been commited.

Peter Krempa (6):
  virsh: Rename namesorter to vshNameSorter and clean up indentation
  virsh: add support for virConnectListAllDomains and clean up cmdList
  vbox: Add support for virConnectListAllDomains()
  hyperv: Add implementation for virConnectListAllDomains()
  esx: Add implementation for virConnectListAllDomains()
  maint: include ignore-value in internal.h

 src/conf/domain_audit.c           |    1 -
 src/conf/domain_conf.c            |    1 -
 src/conf/virdomainlist.c          |    1 -
 src/esx/esx_driver.c              |  194 +++++++++++++
 src/hyperv/hyperv_driver.c        |  136 +++++++++
 src/internal.h                    |    1 +
 src/network/bridge_driver.c       |    1 -
 src/node_device/node_device_hal.c |    1 -
 src/openvz/openvz_conf.c          |    1 -
 src/qemu/qemu_domain.c            |    1 -
 src/qemu/qemu_monitor_json.c      |    1 -
 src/util/command.c                |    1 -
 src/util/event_poll.c             |    1 -
 src/util/logging.c                |    1 -
 src/util/memory.c                 |    1 -
 src/util/threadpool.c             |    1 -
 src/util/virfile.h                |    1 -
 src/util/virnetdevbandwidth.c     |    1 -
 src/vbox/vbox_tmpl.c              |  170 +++++++++++
 src/xenapi/xenapi_driver.c        |    1 -
 tests/shunloadtest.c              |    1 -
 tools/virsh.c                     |  575 +++++++++++++++++++++++++------------
 tools/virsh.pod                   |   92 +++++--
 23 files changed, 962 insertions(+), 223 deletions(-)

-- 
1.7.8.6




More information about the libvir-list mailing list