• W
    bhyve: host API support · bc93c34e
    Wojciech Macek 提交于
    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
    bc93c34e
nodeinfo.c 51.0 KB