Re: [libvirt] [PATCH 07/11] caps: Add virCapabilitiesDomainDataLookup

2015-04-20 Thread Michal Privoznik
On 18.04.2015 03:45, Cole Robinson wrote: > This is a helper function to look up all capabilities data for all > the OS bits that are relevant to . This is > > - os type > - arch > - domain type > - emulator > - machine type > > This will be used to replace several functions in later commits. > -

[libvirt] [PATCH 07/11] caps: Add virCapabilitiesDomainDataLookup

2015-04-17 Thread Cole Robinson
This is a helper function to look up all capabilities data for all the OS bits that are relevant to . This is - os type - arch - domain type - emulator - machine type This will be used to replace several functions in later commits. --- src/conf/capabilities.c | 163 +