|
Turnstone Operating System
|
defines hypervisor related Virtual Machine structures. More...
#include <types.h>#include <list.h>#include <memory.h>#include <memory/frame.h>#include <buffer.h>#include <map.h>#include <hashmap.h>#include <cpu/task.h>Classes | |
| struct | hypervisor_vm_t |
Macros | |
| #define | ___HYPERVISOR_VM_H 0 |
| #define | HYPERVISOR_VM_FRAME_TYPE_VMCB HYPERVISOR_VM_FRAME_TYPE_VMCS |
Typedefs | |
| typedef enum hypervisor_vm_frame_type_t | hypervisor_vm_frame_type_t |
| typedef struct hypervisor_vm_t | hypervisor_vm_t |
Functions | |
| int8_t | hypervisor_vm_init (void) |
| int8_t | hypervisor_vm_create_and_attach_to_task (hypervisor_vm_t *vm) |
| void | hypervisor_vm_destroy (hypervisor_vm_t *vm) |
| void | hypervisor_vm_notify_timers (void) |
defines hypervisor related Virtual Machine structures.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.