[libvirt] [dbus PATCH 00/10] *** Use API calls supporting flags ***

Katerina Koukiou kkoukiou at redhat.com
Fri Mar 23 14:16:57 UTC 2018


* Replace all API calls to support flags where possible.
* Replace libvirt-dbus API method names to follow naming of libvirt API.
* Change type of virtDBusDomainGetVcpus from property to method.

Katerina Koukiou (10):
  virtDBusDomainGetVcpus: Should be implemented as method and not as
    property
  GetVcpus API method: Renamed to GetVcpusFlags
  virtDBusDomainShutdown: Use virDomainShutdownFlags instead of
    virDomainShutdown
  Shutdown API method: Renamed to ShutdownFlags
  virtDBusDomainCreate: Use virDomainCreateWithFlags instead of
    virDomainCreate
  Create API method: Renamed to CreateWithFlags
  virtDBusDomainUndefine: Use virDomainUndefineFlags instead of
    virDomainUndefine
  Undefine API method: Renamed to UndefineFlags
  virtDBusDomainDestroy: Use virDomainDestroyFlags instead of
    virDomainDestroy
  Destroy API method: Renamed to DestroyFlags

 data/org.libvirt.Domain.xml |  21 +++++--
 src/domain.c                | 134 +++++++++++++++++++++++++-------------------
 test/test_domain.py         |  22 +++++---
 3 files changed, 106 insertions(+), 71 deletions(-)

-- 
2.15.0




More information about the libvir-list mailing list