Revision e348918e src/scheduler/include/HostXML.h
src/scheduler/include/HostXML.h | ||
---|---|---|
51 | 51 |
* Tests whether a new VM can be hosted by the host or not |
52 | 52 |
* @param cpu needed by the VM (percentage) |
53 | 53 |
* @param mem needed by the VM (in KB) |
54 |
* @param pci devices needed byt the VM
|
|
54 |
* @param pci devices needed by the VM |
|
55 | 55 |
* @param error error message |
56 | 56 |
* @return true if the share can host the VM |
57 | 57 |
*/ |
... | ... | |
62 | 62 |
* Tests whether a new VM can be hosted by the host or not |
63 | 63 |
* @param cpu needed by the VM (percentage) |
64 | 64 |
* @param mem needed by the VM (in KB) |
65 |
* @param pci devices needed byt the VM
|
|
65 |
* @param pci devices needed by the VM |
|
66 | 66 |
* @return true if the share can host the VM |
67 | 67 |
*/ |
68 | 68 |
bool test_capacity(long long cpu,long long mem,vector<Attribute *> &p) |
Also available in: Unified diff