Re: [libvirt] [PATCH 2/9] virt-admin: Introduce first working skeleton

2015-10-16 Thread Martin Kletzander
On Wed, Oct 14, 2015 at 01:25:13PM +0200, Michal Privoznik wrote: On 13.10.2015 15:38, 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

Re: [libvirt] [PATCH 2/9] virt-admin: Introduce first working skeleton

2015-10-14 Thread Michal Privoznik
On 13.10.2015 15:38, 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 2/9] virt-admin: Introduce first working skeleton

2015-10-13 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 + daemon/libvirtd.c | 3 +-