Displaying 2 results from an estimated 2 matches for "vmware_select_hypercall".
2020 Feb 12
0
[PATCH 1/5] x86/vmware: Make vmware_select_hypercall() __init
vmware_select_hypercall() is used only by the __init
functions, and should be annotated with __init as well.
Signed-off-by: Alexey Makhalov <amakhalov at vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom at vmware.com>
---
arch/x86/kernel/cpu/vmware.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)...
2020 Feb 12
5
[PATCH 0/5] x86/vmware: Steal time accounting support
...to KVM ones and it is based
on steal clock. The steal clock is a per CPU structure in
a shared memory between hypervisor and guest, initialized
by each CPU through hypercall. Steal clock is got updated
by the hypervisor and read by the guest.
The patchset consists of 5 items:
1. x86/vmware: Make vmware_select_hypercall() __init
Minor clean up.
2. x86/vmware: Remove vmware_sched_clock_setup()
Preparation for the main patch.
3. x86/vmware: Steal time clock for VMware guest
Core steal time support functionality.
4. x86/vmware: Enable steal time accounting
Support for steal time accounting used by update_rq_clock(...