GVM User Suite
User tools for the GVM open source project.
|
Go to the source code of this file.
Functions | |
struct VmMgr | init_nv_vm_mgr (struct NvMdev *mdevs) |
Initializes a NVIDIA VM manager to connect to a VM. More... | |
void | handle_vm_start (struct VmMgr *mgr, struct NvMdev *mdev_mgr) |
Handles a start request. More... | |
void | start_vm (struct VmMgr *mgr, struct NvMdev *mdev_mgr) |
Connects the VM to the user program. More... | |
Handles a start request.
Handles a VM start request.
mgr | - Manager for the VM management system. |
mdev_mgr | - Manager for the mediated devices. |
Definition at line 119 of file manager.c.
Initializes a NVIDIA VM manager to connect to a VM.
This code initializes a NVIDIA VM manager object that will help us in providing a VM manager command.
mdevs | - Root for all mdevs. |
Definition at line 53 of file manager.c.
Connects the VM to the user program.
Tells the kernel to start the VM.
mgr | - Manager for the VM management system. |
mdev_mgr | - Manager for the mediated devices. |
Definition at line 143 of file manager.c.