Home
last modified time | relevance | path

Searched refs:vmsr (Results 1 – 8 of 8) sorted by relevance

/qemu/docs/tools/
H A Dqemu-vmsr-helper.rst8 **qemu-vmsr-helper** [*OPTION*]
23 :program:`qemu-vmsr-helper` is that external helper; it creates a listener
29 :program:`qemu-vmsr-helper`.
31 After connecting to the socket, :program:`qemu-vmsr-helper` can
35 :program:`qemu-vmsr-helper` can also use the systemd socket activation
40 ListenStream=/var/run/qemu-vmsr-helper.sock
45 .. program:: qemu-vmsr-helper
63 :file:`/var/run/qemu-vmsr-helper.pid`.
69 :file:`/var/run/qemu-vmsr-helper.sock`.
H A Dindex.rst18 qemu-vmsr-helper
/qemu/tools/i386/
H A Dqemu-vmsr-helper.c213 uint64_t vmsr; in vh_co_entry() local
247 vmsr = vmsr_read_msr(request[0], request[1]); in vh_co_entry()
252 vmsr = 0; in vh_co_entry()
256 (char *) &vmsr, in vh_co_entry()
257 sizeof(vmsr), in vh_co_entry()
/qemu/docs/specs/
H A Drapl-msr.rst125 :program:`qemu-vmsr-helper` is listening to.
127 qemu-vmsr-helper
130 The qemu-vmsr-helper is working very much like the qemu-pr-helper. Instead of
131 making persistent reservation, qemu-vmsr-helper is here to overcome the
135 MSR support activated and the qemu-vmsr-helper. A systemd service and socket
136 activation is provided in contrib/systemd/qemu-vmsr-helper.(service/socket).
/qemu/contrib/systemd/
H A Dqemu-vmsr-helper.socket5 ListenStream=/run/qemu-vmsr-helper.sock
H A Dqemu-vmsr-helper.service7 ExecStart=/usr/bin/qemu-vmsr-helper
/qemu/target/i386/kvm/
H A Dkvm.c2732 struct KVMMsrEnergy *vmsr = &s->msr_energy; in kvm_msr_energy_thread() local
2745 pkg_stat = g_new0(vmsr_package_energy_stat, vmsr->host_topo.maxpkgs); in kvm_msr_energy_thread()
2751 vpkgs_energy_stat = g_new0(unsigned int, vmsr->guest_vsockets); in kvm_msr_energy_thread()
2754 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
2760 vmsr->host_topo.maxticks[i] = (MSR_ENERGY_THREAD_SLEEP_US / 1000000) in kvm_msr_energy_thread()
2762 * vmsr->host_topo.pkg_cpu_count[i]; in kvm_msr_energy_thread()
2768 = vmsr_get_thread_ids(vmsr->pid, &num_threads); in kvm_msr_energy_thread()
2783 vmsr_read_thread_stat(vmsr->pid, in kvm_msr_energy_thread()
2793 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
2817 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
[all …]
/qemu/
H A Dmeson.build4578 executable('qemu-vmsr-helper', files('tools/i386/qemu-vmsr-helper.c'),