void nvmm_machine_destroy(int machine_id);
This syscall destroys a virtual machine, and returns 0 on success, or
-1 on failure.
ENOTSUPPThe current hardware or Ironclad does not support hardware-accelerated virtualization, thus NVMM capability is not available.
EINVALThe passed machine id does not exist, or the setting is not valid.