[libvirt] [dbus PATCH v3 00/20] More APIs for Domain Interface

Katerina Koukiou posted 20 patches 6 years ago
Failed in applying to current master (apply log)
data/org.libvirt.Domain.xml | 110 +++++++-
src/domain.c                | 605 +++++++++++++++++++++++++++++++++++++++++++-
test/test_domain.py         |  37 ++-
3 files changed, 747 insertions(+), 5 deletions(-)
[libvirt] [dbus PATCH v3 00/20] More APIs for Domain Interface
Posted by Katerina Koukiou 6 years ago
Changes from v2:
Adjusted to reviews.

Katerina Koukiou (20):
  Implement Setter for Autostart property for Domain interface
  Implement SchedulerType property for Domain Interface
  Implement MemoryStats for Domain Interface
  Implement AttachDevice method for Domain Interface
  Implement DetachDevice method for Domain Interface
  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 | 110 +++++++-
 src/domain.c                | 605 +++++++++++++++++++++++++++++++++++++++++++-
 test/test_domain.py         |  37 ++-
 3 files changed, 747 insertions(+), 5 deletions(-)

-- 
2.15.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH v3 00/20] More APIs for Domain Interface
Posted by Pavel Hrdina 6 years ago
On Fri, Apr 13, 2018 at 01:15:11PM +0200, Katerina Koukiou wrote:
> Changes from v2:
> Adjusted to reviews.
> 
> Katerina Koukiou (20):
>   Implement Setter for Autostart property for Domain interface
>   Implement SchedulerType property for Domain Interface
>   Implement MemoryStats for Domain Interface
>   Implement AttachDevice method for Domain Interface
>   Implement DetachDevice method for Domain Interface
>   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

There are some small issues along the series but you can fix it before
pushing, no need to repost.

Nice series, a lot of new domain APIs!

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list