[libvirt] [PATCH 0/5 v4] Atomic API to list host interfaces

Osier Yang jyang at redhat.com
Tue Sep 4 16:10:14 UTC 2012


v3 - v4:
  - Just rebase on the top, split the API from v3's big set.

Osier Yang (5):
  list: Define new API virConnectListAllInterfaces
  list: Implemente RPC calls for virConnectListAllInterfaces
  list: Implement listAllInterfaces
  list: Use virConnectListAllInterfaces in virsh
  list: Expose virConnectListAllInterfaces to Python binding

 daemon/remote.c                       |   54 +++++++
 include/libvirt/libvirt.h.in          |   13 ++
 python/generator.py                   |    1 +
 python/libvirt-override-api.xml       |    6 +
 python/libvirt-override-virConnect.py |   12 ++
 python/libvirt-override.c             |   48 ++++++
 src/driver.h                          |    5 +
 src/interface/netcf_driver.c          |  135 +++++++++++++++++
 src/libvirt.c                         |   77 ++++++++++-
 src/libvirt_public.syms               |    1 +
 src/remote/remote_driver.c            |   64 ++++++++
 src/remote/remote_protocol.x          |   13 ++-
 src/remote_protocol-structs           |   12 ++
 tools/virsh-interface.c               |  257 +++++++++++++++++++++++----------
 14 files changed, 621 insertions(+), 77 deletions(-)

-- 
1.7.7.3




More information about the libvir-list mailing list