Re: [libvirt] [PATCH v3 02/11] virt-admin: Introduce first working skeleton

2015-11-25 Thread Erik Skultety
>> + * You should have received a copy of the GNU Lesser General Public >> + * License along with this library. If not, see >> + * . >> + * >> + * Erik Skultety > > We usually prepend this line with "Authors: ". > How can I keep forgetting

Re: [libvirt] [PATCH v3 02/11] virt-admin: Introduce first working skeleton

2015-11-25 Thread Michal Privoznik
On 06.11.2015 12:46, Erik Skultety wrote: > This patch introduces virt-admin client which is based on virsh client, > but had to reimplement several methods to meet virt-admin specific needs > or remove unnecessary virsh specific logic. > --- > .gitignore | 1 + > po/POTFILES.in |

Re: [libvirt] [PATCH v3 02/11] virt-admin: Introduce first working skeleton

2015-11-16 Thread Martin Kletzander
On Fri, Nov 06, 2015 at 12:46:17PM +0100, Erik Skultety wrote: This patch introduces virt-admin client which is based on virsh client, but had to reimplement several methods to meet virt-admin specific needs or remove unnecessary virsh specific logic. --- .gitignore | 1 +

Re: [libvirt] [PATCH v3 02/11] virt-admin: Introduce first working skeleton

2015-11-16 Thread Martin Kletzander
On Fri, Nov 06, 2015 at 12:46:17PM +0100, Erik Skultety wrote: This patch introduces virt-admin client which is based on virsh client, but had to reimplement several methods to meet virt-admin specific needs or remove unnecessary virsh specific logic. --- .gitignore | 1 +

[libvirt] [PATCH v3 02/11] virt-admin: Introduce first working skeleton

2015-11-06 Thread Erik Skultety
This patch introduces virt-admin client which is based on virsh client, but had to reimplement several methods to meet virt-admin specific needs or remove unnecessary virsh specific logic. --- .gitignore | 1 + po/POTFILES.in | 1 + tools/Makefile.am | 26 ++- tools/virt-admin.c