[libvirt] [dbus PATCH 00/25] Introduce more Domain* APIs

Katerina Koukiou kkoukiou at redhat.com
Tue Apr 17 12:04:19 UTC 2018


Katerina Koukiou (25):
  Implement GetControlInfo method for Domain Interface
  Implement SendKey method for Domain Interface
  Implement InjectNMI method for Domain Interface
  Implement BlockPeek metohd for Domain Interface
  Implement MemoryPeek method for Domain Interface
  Add AddIOThread method for Domain Interface
  Implement BlockCommit method for Domain Interface
  Implement BlockJobAbort method for Domain Interface
  Implement BlockPull method for Domain Interface
  Implement BlockRebase method for Domain Interface
  Implement BlockResize method for Domain Interface
  Implement CoreDumpWithFormat method for Domain Interface
  Implement DelIOThread method for Domain Interface
  Implement FSFreeze method for Domain Interface
  Implement FSThaw method for Domain Interface
  Implement FSTrim method for Domain Interface
  Implement MigrateStartPostCopy method for Domain Interface
  Implement PinEmulator method for Domain Interface
  Implement PinIOThread method for Domain Interface
  Implement Rename method for Domain Interface
  Implement DomainRestore method for Connect Interface
  Implement Save method for Domain Interface
  Implement DomainSaveImageDefineXML method for Connect Interface
  Implement SendProcessSignal method for Domain Interface
  Implement UpdateDevice method for Domain Interface

 data/org.libvirt.Connect.xml |  14 +
 data/org.libvirt.Domain.xml  | 157 ++++++++++
 src/connect.c                |  52 ++++
 src/domain.c                 | 723 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 946 insertions(+)

-- 
2.15.0




More information about the libvir-list mailing list