[libvirt] [dbus PATCH 00/10] NodeAPIs for Connect Interface

Katerina Koukiou posted 10 patches 5 years, 12 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
data/org.libvirt.Connect.xml |  63 ++++++++
src/connect.c                | 342 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 405 insertions(+)
[libvirt] [dbus PATCH 00/10] NodeAPIs for Connect Interface
Posted by Katerina Koukiou 5 years, 12 months ago
Katerina Koukiou (10):
  Implement NodeGetCellsFreeMemory method for Connect Interface
  Implement NodeGetCPUStats method for Connect Interface
  Implement NodeGetFreeMemory method for Connect Interface
  Implement NodeGetInfo method for Connect Interface
  Implement NodeGetMemoryParameters method in Connect Interface
  Implement NodeGetMemoryStats method for Connect Interface
  Implement NodeGetSecurityModel method for Domain Interface
  Implement NodeSetMemoryParameters method for Connect Interface
  Implement NodeSuspendForDuration method for Connect Interface
  Implement NodeGetCPUMap method for Connect Interface

 data/org.libvirt.Connect.xml |  63 ++++++++
 src/connect.c                | 342 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 405 insertions(+)

-- 
2.15.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH 00/10] NodeAPIs for Connect Interface
Posted by Pavel Hrdina 5 years, 12 months ago
On Thu, Apr 26, 2018 at 04:54:07PM +0200, Katerina Koukiou wrote:
> Katerina Koukiou (10):
>   Implement NodeGetCellsFreeMemory method for Connect Interface
>   Implement NodeGetCPUStats method for Connect Interface
>   Implement NodeGetFreeMemory method for Connect Interface
>   Implement NodeGetInfo method for Connect Interface
>   Implement NodeGetMemoryParameters method in Connect Interface
>   Implement NodeGetMemoryStats method for Connect Interface
>   Implement NodeGetSecurityModel method for Domain Interface
>   Implement NodeSetMemoryParameters method for Connect Interface
>   Implement NodeSuspendForDuration method for Connect Interface
>   Implement NodeGetCPUMap method for Connect Interface

All the patches are missing tests so there is need for v2 anyway.  Some
patches have few nits pointed out, otherwise looks good.

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