Linux Kernel
3.7.1
|
#include <kvm_host.h>
Data Fields | |
char | kvm_p2m [KVM_P2M_SIZE] |
char | kvm_vm_struct [KVM_VM_STRUCT_SIZE] |
char | kvm_mem_dirty_log [KVM_MEM_DIRTY_LOG_SIZE] |
struct kvm_vcpu_data | vcpu_data [KVM_MAX_VCPUS] |
Definition at line 153 of file kvm_host.h.
char kvm_mem_dirty_log[KVM_MEM_DIRTY_LOG_SIZE] |
Definition at line 156 of file kvm_host.h.
char kvm_p2m[KVM_P2M_SIZE] |
Definition at line 154 of file kvm_host.h.
char kvm_vm_struct[KVM_VM_STRUCT_SIZE] |
Definition at line 155 of file kvm_host.h.
struct kvm_vcpu_data vcpu_data[KVM_MAX_VCPUS] |
Definition at line 157 of file kvm_host.h.