Re: [libvirt] [PATCH for 1.2.7 3/8] virsh: expose virConnectGetDomainCapabilities

2014-07-02 Thread John Ferlan
On 06/30/2014 11:31 AM, Michal Privoznik wrote: > The API is exposed under 'domcapabilities' command. Currently, with > the variety of drivers that libvirt supports, none of the command > arguments is obligatory, but all are optional instead. > > Signed-off-by: Michal Privoznik > --- > tools/v

Re: [libvirt] [PATCH for 1.2.7 3/8] virsh: expose virConnectGetDomainCapabilities

2014-07-02 Thread John Ferlan
On 06/30/2014 11:31 AM, Michal Privoznik wrote: > The API is exposed under 'domcapabilities' command. Currently, with > the variety of drivers that libvirt supports, none of the command > arguments is obligatory, but all are optional instead. > > Signed-off-by: Michal Privoznik > --- > tools/v

Re: [libvirt] [PATCH for 1.2.7 3/8] virsh: expose virConnectGetDomainCapabilities

2014-07-02 Thread Daniel P. Berrange
On Mon, Jun 30, 2014 at 05:31:46PM +0200, Michal Privoznik wrote: > The API is exposed under 'domcapabilities' command. Currently, with > the variety of drivers that libvirt supports, none of the command > arguments is obligatory, but all are optional instead. > > Signed-off-by: Michal Privoznik

[libvirt] [PATCH for 1.2.7 3/8] virsh: expose virConnectGetDomainCapabilities

2014-06-30 Thread Michal Privoznik
The API is exposed under 'domcapabilities' command. Currently, with the variety of drivers that libvirt supports, none of the command arguments is obligatory, but all are optional instead. Signed-off-by: Michal Privoznik --- tools/virsh-host.c | 84 +++