/* * Test if we could add memory without creating too much offline memory - - * to avoid running OOM if memory is getting onlined deferred. + * to avoid running OOM if memory is getting online deferred.
The system/user is onlining the memory, so the memory is getting "onlined"?If it would be "getting online", wouldn't the memory start using the internet or sth. like that? :D
*/
static bool virtio_mem_could_add_memory(struct virtio_mem *vm, uint64_t size)
{
-- Cheers, David / dhildenb

