]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Remove cpu_data parameter from vcpu_park
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 3 Apr 2015 17:51:51 +0000 (19:51 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 10 Apr 2015 07:00:51 +0000 (09:00 +0200)
commit5035f578da65ef7f3eb5aa73f75fd52d1ea2b473
tree62edb2c66e5a2b4b7405b2bec79ffeb84c2eb128
parentba7e3c32371d2408c584a4554a06af6b9490fa21
x86: Remove cpu_data parameter from vcpu_park

The function only works against the current CPU, thus should avoid to
take the misleading parameter. The implementations can obtain the
reference inline as needed.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/control.c
hypervisor/arch/x86/include/asm/vcpu.h
hypervisor/arch/x86/svm.c
hypervisor/arch/x86/vmx.c