Lines Matching defs:KVMMsrEnergy
69 struct KVMMsrEnergy { struct
70 pid_t pid;
71 bool enable;
72 char *socket_path;
73 QIOChannelSocket *sioc;
74 QemuThread msr_thr;
75 unsigned int guest_vcpus;
76 unsigned int guest_vsockets;
77 X86CPUTopoInfo guest_topo_info;
78 KVMHostTopoInfo host_topo;
79 const CPUArchIdList *guest_cpu_list;
80 uint64_t *msr_value;
81 uint64_t msr_unit;
82 uint64_t msr_limit;
83 uint64_t msr_info;