Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kvm_vm_data Struct Reference

#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]
 

Detailed Description

Definition at line 153 of file kvm_host.h.

Field Documentation

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.

Definition at line 157 of file kvm_host.h.


The documentation for this struct was generated from the following file: