Re: [libvirt] [PATCH 3/5] Introduce virConnectGetEmulatorCapabilities

2014-06-23 Thread Daniel P. Berrange
On Fri, Jun 20, 2014 at 04:19:08PM +0200, Michal Privoznik wrote: > The API is supposed to fetch virEmulatorCapabilities once implemented > in the hypervisor drivers. > > Signed-off-by: Michal Privoznik > --- > include/libvirt/libvirt.h.in | 6 + > src/driver.h | 7 ++ >

[libvirt] [PATCH 3/5] Introduce virConnectGetEmulatorCapabilities

2014-06-20 Thread Michal Privoznik
The API is supposed to fetch virEmulatorCapabilities once implemented in the hypervisor drivers. Signed-off-by: Michal Privoznik --- include/libvirt/libvirt.h.in | 6 + src/driver.h | 7 ++ src/libvirt.c| 52