[libvirt] [PATCH 0/5 v5] Atomic API to list secrets

Osier Yang jyang at redhat.com
Fri Sep 14 08:38:47 UTC 2012


v4 - v5:
  * Support filter the returned secrets by its properties
    "ephemeral" and "private".

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

 daemon/remote.c                       |   54 +++++++++
 include/libvirt/libvirt.h.in          |   21 ++++
 python/generator.py                   |    1 +
 python/libvirt-override-api.xml       |    6 +
 python/libvirt-override-virConnect.py |   12 ++
 python/libvirt-override.c             |   48 ++++++++
 src/conf/secret_conf.h                |   12 ++
 src/driver.h                          |    5 +
 src/libvirt.c                         |   66 +++++++++++
 src/libvirt_public.syms               |    1 +
 src/remote/remote_driver.c            |   64 ++++++++++
 src/remote/remote_protocol.x          |   13 ++-
 src/remote_protocol-structs           |   12 ++
 src/secret/secret_driver.c            |   82 +++++++++++++-
 tools/virsh-secret.c                  |  209 ++++++++++++++++++++++++++++-----
 tools/virsh.pod                       |    8 +-
 16 files changed, 581 insertions(+), 33 deletions(-)

-- 
1.7.7.3




More information about the libvir-list mailing list