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

#include <kvm_host.h>

Data Fields

struct kvmkvm
 
int cpu
 
int vcpu_id
 
int srcu_idx
 
int mode
 
unsigned long requests
 
unsigned long guest_debug
 
struct mutex mutex
 
struct kvm_runrun
 
int fpu_active
 
int guest_fpu_loaded
 
int guest_xcr0_loaded
 
wait_queue_head_t wq
 
struct pidpid
 
int sigset_active
 
sigset_t sigset
 
struct kvm_vcpu_stat stat
 
struct kvm_vcpu_arch arch
 

Detailed Description

Definition at line 184 of file kvm_host.h.

Field Documentation

Definition at line 237 of file kvm_host.h.

Definition at line 189 of file kvm_host.h.

int fpu_active

Definition at line 199 of file kvm_host.h.

unsigned long guest_debug

Definition at line 194 of file kvm_host.h.

int guest_fpu_loaded

Definition at line 200 of file kvm_host.h.

int guest_xcr0_loaded

Definition at line 200 of file kvm_host.h.

Definition at line 185 of file kvm_host.h.

int mode

Definition at line 192 of file kvm_host.h.

Definition at line 196 of file kvm_host.h.

Definition at line 202 of file kvm_host.h.

unsigned long requests

Definition at line 193 of file kvm_host.h.

Definition at line 197 of file kvm_host.h.

sigset_t sigset

Definition at line 204 of file kvm_host.h.

int sigset_active

Definition at line 203 of file kvm_host.h.

int srcu_idx

Definition at line 191 of file kvm_host.h.

Definition at line 205 of file kvm_host.h.

int vcpu_id

Definition at line 190 of file kvm_host.h.

Definition at line 201 of file kvm_host.h.


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