[libvirt] [dbus PATCH v2 00/11] Some code move to have functions sorted

Katerina Koukiou posted 11 patches 6 years ago
Failed in applying to current master (apply log)
data/org.libvirt.Connect.xml |  12 +--
data/org.libvirt.Domain.xml  |  54 +++++------
src/connect.c                |  82 ++++++++--------
src/domain.c                 | 220 +++++++++++++++++++++----------------------
test/test_connect.py         |  24 ++---
test/test_domain.py          |  46 ++++-----
6 files changed, 219 insertions(+), 219 deletions(-)
[libvirt] [dbus PATCH v2 00/11] Some code move to have functions sorted
Posted by Katerina Koukiou 6 years ago
Better do it now before the projects grows more.

Katerina Koukiou (11):
  APIs should appear in alphabetical order: Move Active property
  APIs should appear in alphabetical order: Move Autostart property
  APIs should appear in alphabetical order: Move Id property
  APIs should appear in alphabetical order: Move UUID property
  APIs should appear in alphabetical order: Move Create method
  APIs should appear in alphabetical order: Move Destroy method
  APIs should appear in alphabetical order: Move GetStats method
  APIs should appear in alphabetical order: Move Resume method
  APIs should appear in alphabetical order: Move Undefine method
  APIs should appear in alphabetical order: Move Shutdown method
  APIs should appear in alphabetical order: Move ListDomains method

 data/org.libvirt.Connect.xml |  12 +--
 data/org.libvirt.Domain.xml  |  54 +++++------
 src/connect.c                |  82 ++++++++--------
 src/domain.c                 | 220 +++++++++++++++++++++----------------------
 test/test_connect.py         |  24 ++---
 test/test_domain.py          |  46 ++++-----
 6 files changed, 219 insertions(+), 219 deletions(-)

-- 
2.15.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [dbus PATCH v2 00/11] Some code move to have functions sorted
Posted by Pavel Hrdina 6 years ago
On Mon, Apr 09, 2018 at 07:05:32PM +0200, Katerina Koukiou wrote:
> Better do it now before the projects grows more.
> 
> Katerina Koukiou (11):
>   APIs should appear in alphabetical order: Move Active property
>   APIs should appear in alphabetical order: Move Autostart property
>   APIs should appear in alphabetical order: Move Id property
>   APIs should appear in alphabetical order: Move UUID property
>   APIs should appear in alphabetical order: Move Create method
>   APIs should appear in alphabetical order: Move Destroy method
>   APIs should appear in alphabetical order: Move GetStats method
>   APIs should appear in alphabetical order: Move Resume method
>   APIs should appear in alphabetical order: Move Undefine method
>   APIs should appear in alphabetical order: Move Shutdown method
>   APIs should appear in alphabetical order: Move ListDomains method

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