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

2014-04-05 Thread Roman Bogorodskiy
Michal Privoznik wrote: On 02.04.2014 10:30, Wojciech Macek wrote: Adding one minor change to copyrights header... - Move all capabilities functions to separate file - Add initCPU --- src/Makefile.am| 2 + src/bhyve/bhyve_capabilities.c | 105

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

2014-04-05 Thread Roman Bogorodskiy
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

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

2014-04-03 Thread Michal Privoznik
On 02.04.2014 10:30, Wojciech Macek wrote: Adding one minor change to copyrights header... - Move all capabilities functions to separate file - Add initCPU --- src/Makefile.am| 2 + src/bhyve/bhyve_capabilities.c | 105 ++ +++

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

2014-04-02 Thread Wojciech Macek
Adding one minor change to copyrights header... - 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

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

2014-03-31 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