Re: [libvirt] [PATCHv2 2/3] bhyve: create capabilities submodule

2014-04-07 Thread Wojciech Macek
Oh, sorry. I will definitely run this check with all further patches. Thanks for pushing! Wojtek 2014-04-07 15:42 GMT+02:00 Michal Privoznik : > On 07.04.2014 07:06, Wojciech Macek wrote: > >> - Move all capabilities functions to separate file >> - Add initCPU >> --- >> src/Makefile.am

Re: [libvirt] [PATCHv2 2/3] bhyve: create capabilities submodule

2014-04-07 Thread Michal Privoznik
On 07.04.2014 07:06, Wojciech Macek wrote: - Move all capabilities functions to separate file - Add initCPU --- src/Makefile.am| 2 + src/bhyve/bhyve_capabilities.c | 105 + src/bhyve/bhyve_capabilities.h | 30 src/bhyve

[libvirt] [PATCHv2 2/3] bhyve: create capabilities submodule

2014-04-06 Thread Wojciech Macek
- Move all capabilities functions to separate file - Add initCPU --- src/Makefile.am| 2 + src/bhyve/bhyve_capabilities.c | 105 + src/bhyve/bhyve_capabilities.h | 30 src/bhyve/bhyve_driver.c | 56 +