Next: nvmm_machine_configure, Previous: nvmm_machine_create, Up: Syscalls [Contents]
void nvmm_machine_destroy(int machine_id);
This syscall destroys a virtual machine, and returns 0 on success, or -1 on failure.
0
-1
EINVAL
The passed machine id does not exist, or the setting is not valid.