VMM_NODE
fd = open(VMM_NODE, O_RDWR);
err(1, "open %s", VMM_NODE);
env->vmd_fd = open(VMM_NODE, O_RDWR | O_CLOEXEC);
fatal("%s", VMM_NODE);