Searched defs:KVMMsrEnergy (Results 1 – 1 of 1) sorted by relevance
68 struct KVMMsrEnergy { struct69 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;[all …]