]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
bhyve: host API support
authorWojciech Macek <wma@semihalf.com>
Thu, 20 Mar 2014 08:39:23 +0000 (09:39 +0100)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 20 Mar 2014 14:22:49 +0000 (18:22 +0400)
commitbc93c34ef6e02a947269741943529d52f96afe6a
tree72d380bb969393dc5c872aaa7ec34cc628a49bcb
parentba08c5932e556aa4f5101357127a6224c40e5ebe
bhyve: host API support

New functionalities:
- connectGetMaxVcpus - on bhyve hardcode this value to 16
- nodeGetFreeMemory - do not use physmem_get on FreeBSD, since
                      it might get wrong value on systems with
                      more than 100GB of RAM
- nodeGetCPUMap - wrapper only for mapping function, currently not
                  supported by FreeBSD
- nodeSet/GetMemoryParameters - wrapper only for future improvements,
                                currently not supported by FreeBSD
src/bhyve/bhyve_driver.c
src/nodeinfo.c