Re: [libvirt] [PATCH v2 5/9] admin: Do not generate remoteAdminConnect{Open, Close}

2015-11-03 Thread Martin Kletzander
On Fri, Oct 16, 2015 at 08:12:22PM +0200, Erik Skultety wrote: As we plan to add more and more logic to remote connecting methods, these cannot be generated from admin_protocol.x anymore. Instead, this patch implements these to methods explicitly. --- src/admin/admin_protocol.x | 4 ++-- src/admi

[libvirt] [PATCH v2 5/9] admin: Do not generate remoteAdminConnect{Open, Close}

2015-10-16 Thread Erik Skultety
As we plan to add more and more logic to remote connecting methods, these cannot be generated from admin_protocol.x anymore. Instead, this patch implements these to methods explicitly. --- src/admin/admin_protocol.x | 4 ++-- src/admin/admin_remote.c | 45 +++