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

Katerina Koukiou posted 10 patches 6 years, 1 month ago
Failed in applying to current master (apply log)
data/org.libvirt.Domain.xml |  21 +++++--
src/domain.c                | 134 +++++++++++++++++++++++++-------------------
test/test_domain.py         |  22 +++++---
3 files changed, 106 insertions(+), 71 deletions(-)
[libvirt] [dbus PATCH 00/10] *** Use API calls supporting flags ***
Posted by Katerina Koukiou 6 years, 1 month ago
* 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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list