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