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