[libvirt] [dbus PATCH v2 00/22] More APIs for Domain Interface

Katerina Koukiou kkoukiou at redhat.com
Thu Apr 12 14:32:39 UTC 2018


Changes from v1:
    Added some more APIs.

Katerina Koukiou (22):
  Implement Setter for Autostart property for Domain interface
  Implement SchedulerType property for Domain Interface
  Introduce virtDBusDomainMemoryStatTypeToString helper function
  Implement MemoryStats for Domain Interface
  Implement AttachDevice method for Domain Interface
  Implement DetachDevice method for Domain Interface
  Introduce virtDBusDomainJobTypeToString function
  Implement GetJobInfo method for Domain interface
  Implement AbortJob for Domain interface
  Implement MigrateSetMaxDowntime method for Domain interface
  Implement MigrateGetMaxDowntime method for Domain Interface
  Implement ManagedSave method for Domain Interface
  Implement HasManagedSaveImage method for Domain Interface
  Implement ManagedSaveRemove method for Domain Interface
  Implement SetVcpus method for Domain Interface
  Implement GetMemoryParameters method for Domain Interface
  Implement GetBlkioParameters method for domain Interface
  Implement Updated property for Domain Interface
  Implement MigrateGetMaxSpeed method for Domain Interface
  Implement MigrateSetMaxSpeed method for Domain Interface
  Implement SetMemory method for Domain Interface
  Implement GetSchedulerParameters method for Domain Interface

 data/org.libvirt.Domain.xml | 111 +++++++-
 src/domain.c                | 599 +++++++++++++++++++++++++++++++++++++++++++-
 test/test_domain.py         |  37 ++-
 3 files changed, 742 insertions(+), 5 deletions(-)

-- 
2.15.0




More information about the libvir-list mailing list